Home
last modified time | relevance | path

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

/drivers/ide/
Dpalm_bk3710.c147 u8 t2, t2i, t0; in palm_bk3710_setpiomode() local
157 t2i = t0 - t2 - 1; in palm_bk3710_setpiomode()
165 val32 |= (t2i << (dev ? 8 : 0)); in palm_bk3710_setpiomode()
179 t2i = t0 - t2 - 1; in palm_bk3710_setpiomode()
187 val32 |= (t2i << (dev ? 8 : 0)); in palm_bk3710_setpiomode()
/drivers/ata/
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()
Dpata_octeon_cf.c143 int t2i; in octeon_cf_set_piomode() local
164 t2i = timing.act8b; in octeon_cf_set_piomode()
165 if (t2i) in octeon_cf_set_piomode()
166 t2i--; in octeon_cf_set_piomode()
Dpata_mpc52xx.c273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; in mpc52xx_ata_compute_pio_timings() local
282 t2i = CALC_CLKCYC(ipb_period, 1000 * ataspec_t2i[pio]); in mpc52xx_ata_compute_pio_timings()
286 timing->pio1 = (t0 << 24) | (t2_8 << 16) | (t2_16 << 8) | (t2i); in mpc52xx_ata_compute_pio_timings()
Dpata_samsung_cf.c97 int t2i = ata->rec8b; in pata_s3c_setup_timing() local
100 piotime = ((t2i & 0xff) << 12) | ((t2 & 0xff) << 4) | (t1 & 0xf); in pata_s3c_setup_timing()