Home
last modified time | relevance | path

Searched refs:ATA_ANY (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ata/
H A Dpata_it821x.c102 #define ATA_ANY 2 macro
207 if (clock == ATA_ANY) in it821x_clock_strategy()
211 if (clock == ATA_ANY) in it821x_clock_strategy()
260 static const u8 pio_want[] = { ATA_66, ATA_66, ATA_66, ATA_66, ATA_ANY }; in it821x_passthru_set_piomode()
289 static const u8 mwdma_want[] = { ATA_ANY, ATA_66, ATA_ANY }; in it821x_passthru_set_dmamode()
291 static const u8 udma_want[] = { ATA_ANY, ATA_50, ATA_ANY, ATA_66, ATA_66, ATA_50, ATA_66 }; in it821x_passthru_set_dmamode()
770 itdev->want[0][1] = ATA_ANY; in it821x_port_start()
771 itdev->want[1][1] = ATA_ANY; in it821x_port_start()