Searched refs:NR_PIO_SPECS (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | mxc_ata.c | 76 #define NR_PIO_SPECS 5 macro 77 static uint16_t pio_t1[NR_PIO_SPECS] = { 70, 50, 30, 30, 25 }; 78 static uint16_t pio_t2_8[NR_PIO_SPECS] = { 290, 290, 290, 80, 70 }; 79 static uint16_t pio_t4[NR_PIO_SPECS] = { 30, 20, 15, 10, 10 }; 80 static uint16_t pio_t9[NR_PIO_SPECS] = { 20, 15, 10, 10, 10 }; 81 static uint16_t pio_tA[NR_PIO_SPECS] = { 50, 50, 50, 50, 50 }; 91 if (mode >= NR_PIO_SPECS) in set_ata_bus_timing()
|