Lines Matching refs:smart
12 * 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 */
447 if (!itdev->smart) {
457 * Perform fixups on smart mode. We need to "lose" some
543 idev->smart = 1;
567 if (idev->smart == 0)
572 if (idev->smart == 0) {
611 static char *mode[2] = { "pass through", "smart" };