Lines Matching full:smart
12 * modes. In pass through mode then it is an IDE controller. In its smart
14 * as an IDE controller. Smart mode only understands DMA read/write and
24 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode
26 * o Smart mode without RAID doesn't clear all the necessary identify
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
447 if (!itdev->smart) { in it821x_quirkproc()
457 * Perform fixups on smart mode. We need to "lose" some in it821x_quirkproc()
543 idev->smart = 1; in init_hwif_it821x()
567 if (idev->smart == 0) in init_hwif_it821x()
572 if (idev->smart == 0) { in init_hwif_it821x()
611 static char *mode[2] = { "pass through", "smart" }; in init_chipset_it821x()