Searched defs:ata_timing (Results 1 – 2 of 2) sorted by relevance
924 struct ata_timing { struct925 unsigned short mode; /* ATA mode */926 unsigned short setup; /* t1 */927 unsigned short act8b; /* t2 for 8-bit I/O */928 unsigned short rec8b; /* t2i for 8-bit I/O */929 unsigned short cyc8b; /* t0 for 8-bit I/O */930 unsigned short active; /* t2 or tD */931 unsigned short recover; /* t2i or tK */932 unsigned short dmack_hold; /* tj */933 unsigned short cycle; /* t0 */[all …]
2844 static const struct ata_timing ata_timing[] = { variable