Searched defs:ata_timing (Results 1 – 2 of 2) sorted by relevance
1007 struct ata_timing { struct1008 unsigned short mode; /* ATA mode */1009 unsigned short setup; /* t1 */1010 unsigned short act8b; /* t2 for 8-bit I/O */1011 unsigned short rec8b; /* t2i for 8-bit I/O */1012 unsigned short cyc8b; /* t0 for 8-bit I/O */1013 unsigned short active; /* t2 or tD */1014 unsigned short recover; /* t2i or tK */1015 unsigned short dmack_hold; /* tj */1016 unsigned short cycle; /* t0 */[all …]
2910 static const struct ata_timing ata_timing[] = { variable