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