Searched defs:ata_timing (Results 1 – 2 of 2) sorted by relevance
25 static const struct ata_timing ata_timing[] = { variable
1045 struct ata_timing { struct1046 unsigned short mode; /* ATA mode */1047 unsigned short setup; /* t1 */1048 unsigned short act8b; /* t2 for 8-bit I/O */1049 unsigned short rec8b; /* t2i for 8-bit I/O */1050 unsigned short cyc8b; /* t0 for 8-bit I/O */1051 unsigned short active; /* t2 or tD */1052 unsigned short recover; /* t2i or tK */1053 unsigned short dmack_hold; /* tj */1054 unsigned short cycle; /* t0 */[all …]