Home
last modified time | relevance | path

Searched defs:ata_timing (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-pata-timings.c25 static const struct ata_timing ata_timing[] = { variable
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h1013 struct ata_timing { struct
1014 unsigned short mode; /* ATA mode */
1015 unsigned short setup; /* t1 */
1016 unsigned short act8b; /* t2 for 8-bit I/O */
1017 unsigned short rec8b; /* t2i for 8-bit I/O */
1018 unsigned short cyc8b; /* t0 for 8-bit I/O */
1019 unsigned short active; /* t2 or tD */
1020 unsigned short recover; /* t2i or tK */
1021 unsigned short dmack_hold; /* tj */
1022 unsigned short cycle; /* t0 */
[all …]