Home
last modified time | relevance | path

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

/drivers/ata/
A Dpata_ep93xx.c248 unsigned long t2i) in ep93xx_pata_rw_end() argument
255 if (t0 > t2 && t0 - t2 > t2i) in ep93xx_pata_rw_end()
258 ep93xx_pata_delay(t2i); in ep93xx_pata_rw_end()
269 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_read() local
277 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_read()
303 unsigned long t2i = reg ? t->rec8b : t->recover; in ep93xx_pata_write() local
312 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); in ep93xx_pata_write()
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()

Completed in 11 milliseconds