Searched defs:smart (Results 1 - 4 of 4) sorted by relevance

/drivers/ide/
H A Dit821x.c12 * modes. In pass through mode then it is an IDE controller. In its smart
24 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode
31 * - In smart mode the clocking set up is done by the controller generally
36 * Vendor areas of the identify block in smart mode are used for the
42 * just another IDE controller. If the smart mode is running then
52 * matters in smart mode. ATAPI DMA is not currently supported.
54 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not.
75 unsigned int smart:1, /* Are we in smart raid mode */ member in struct:it821x_dev
447 if (!itdev->smart) {
[all...]
/drivers/ata/
H A Dpata_it821x.c23 * modes. In pass through mode then it is an IDE controller. In its smart
35 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode
42 * - In smart mode the clocking set up is done by the controller generally
47 * Vendor areas of the identify block in smart mode are used for the
53 * just another IDE controller. If the smart mode is running then
63 * matters in smart mode. ATAPI DMA is not currently supported.
65 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not.
87 unsigned int smart:1, /* Are we in smart raid mode */ member in struct:it821x_dev
520 /* No HPA in 'smart' mod
[all...]
/drivers/net/wireless/rt2x00/
H A Drt73usb.c758 u8 smart; local
763 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527));
766 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart);
H A Drt61pci.c871 u8 smart; local
876 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527));
879 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart);

Completed in 4312 milliseconds