Searched refs:ATA_ANY (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/ata/ |
D | pata_it821x.c | 101 #define ATA_ANY 2 macro 206 if (clock == ATA_ANY) in it821x_clock_strategy() 210 if (clock == ATA_ANY) 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() 769 itdev->want[0][1] = ATA_ANY; in it821x_port_start() 770 itdev->want[1][1] = ATA_ANY; in it821x_port_start()
|