Searched refs:ATA_66 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/ata/ |
D | pata_it821x.c | 99 #define ATA_66 0 macro 134 if (itdev->clock_mode == ATA_66) in it821x_program() 163 if (itdev->clock_mode == ATA_66) in it821x_program_udma() 217 if (clock == ATA_66) in it821x_clock_strategy() 218 itdev->clock_mode = ATA_66; in it821x_clock_strategy() 259 static const u8 pio_want[] = { ATA_66, ATA_66, ATA_66, ATA_66, ATA_ANY }; in it821x_passthru_set_piomode() 288 static const u8 mwdma_want[] = { ATA_ANY, ATA_66, ATA_ANY }; in it821x_passthru_set_dmamode() 290 static const u8 udma_want[] = { ATA_ANY, ATA_50, ATA_ANY, ATA_66, ATA_66, ATA_50, ATA_66 }; in it821x_passthru_set_dmamode() 767 itdev->clock_mode = ATA_66; in it821x_port_start()
|