Searched defs:ata_timing (Results 1 – 2 of 2) sorted by relevance
25 static const struct ata_timing ata_timing[] = { variable
988 struct ata_timing { struct989 unsigned short mode; /* ATA mode */990 unsigned short setup; /* t1 */991 unsigned short act8b; /* t2 for 8-bit I/O */992 unsigned short rec8b; /* t2i for 8-bit I/O */993 unsigned short cyc8b; /* t0 for 8-bit I/O */994 unsigned short active; /* t2 or tD */995 unsigned short recover; /* t2i or tK */996 unsigned short dmack_hold; /* tj */997 unsigned short cycle; /* t0 */[all …]