Home
last modified time | relevance | path

Searched refs:t2i (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dpata_ep93xx.c250 unsigned long t2i) in ep93xx_pata_rw_end() argument
257 if (t0 > t2 && t0 - t2 > t2i) in ep93xx_pata_rw_end()
260 ep93xx_pata_delay(t2i); in ep93xx_pata_rw_end()
271 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_read() local
279 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_read()
305 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_write() local
314 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_write()
H A Dpata_mpc52xx.c275 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; in mpc52xx_ata_compute_pio_timings() local
284 t2i = CALC_CLKCYC(ipb_period, 1000 * ataspec_t2i[pio]); in mpc52xx_ata_compute_pio_timings()
288 timing->pio1 = (t0 << 24) | (t2_8 << 16) | (t2_16 << 8) | (t2i); in mpc52xx_ata_compute_pio_timings()