Searched refs:pio_t9 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | mxc_ata.c | 80 static uint16_t pio_t9[NR_PIO_SPECS] = { 20, 15, 10, 10, 10 }; variable 107 writeb((pio_t9[mode] + T) / T, &ata_regs->time_9); in set_ata_bus_timing()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | pata_imx.c | 45 static u32 pio_t9[] = { 20, 15, 10, 10, 10 }; variable 81 writeb(pio_t9[mode] / T + 1, priv->host_regs + PATA_IMX_ATA_TIME_9); in pata_imx_set_timing()
|