Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_it821x.c100 #define ATA_66 0 macro
135 if (itdev->clock_mode == ATA_66) in it821x_program()
164 if (itdev->clock_mode == ATA_66) in it821x_program_udma()
218 if (clock == ATA_66) in it821x_clock_strategy()
219 itdev->clock_mode = ATA_66; 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()
768 itdev->clock_mode = ATA_66; in it821x_port_start()