Searched refs:t2i (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/ide/ |
H A D | palm_bk3710.c | 147 u8 t2, t2i, t0; palm_bk3710_setpiomode() local 157 t2i = t0 - t2 - 1; palm_bk3710_setpiomode() 165 val32 |= (t2i << (dev ? 8 : 0)); palm_bk3710_setpiomode() 179 t2i = t0 - t2 - 1; palm_bk3710_setpiomode() 187 val32 |= (t2i << (dev ? 8 : 0)); palm_bk3710_setpiomode()
|
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_ide.h | 71 /* Tcsh = t2i | t2 */ 72 /* Tcsoff = t2i | t2 */
|
/linux-4.4.14/drivers/ata/ |
H A D | pata_ep93xx.c | 248 unsigned long t2i) ep93xx_pata_rw_end() 255 if (t0 > t2 && t0 - t2 > t2i) ep93xx_pata_rw_end() 258 ep93xx_pata_delay(t2i); ep93xx_pata_rw_end() 269 unsigned long t2i = reg ? t->rec8b : t->recover; ep93xx_pata_read() local 277 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); ep93xx_pata_read() 303 unsigned long t2i = reg ? t->rec8b : t->recover; ep93xx_pata_write() local 312 ep93xx_pata_rw_end(base, addr, drv_data->iordy, t0, t2, t2i); ep93xx_pata_write() 246 ep93xx_pata_rw_end(void __iomem *base, unsigned long addr, bool iordy, unsigned long t0, unsigned long t2, unsigned long t2i) ep93xx_pata_rw_end() argument
|
H A D | pata_mpc52xx.c | 273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; mpc52xx_ata_compute_pio_timings() local 282 t2i = CALC_CLKCYC(ipb_period, 1000 * ataspec_t2i[pio]); mpc52xx_ata_compute_pio_timings() 286 timing->pio1 = (t0 << 24) | (t2_8 << 16) | (t2_16 << 8) | (t2i); mpc52xx_ata_compute_pio_timings()
|
H A D | pata_octeon_cf.c | 143 int t2i; octeon_cf_set_piomode() local 164 t2i = timing.act8b; octeon_cf_set_piomode() 165 if (t2i) octeon_cf_set_piomode() 166 t2i--; octeon_cf_set_piomode()
|
H A D | pata_samsung_cf.c | 97 int t2i = ata->rec8b; pata_s3c_setup_timing() local 100 piotime = ((t2i & 0xff) << 12) | ((t2 & 0xff) << 4) | (t1 & 0xf); pata_s3c_setup_timing()
|
/linux-4.4.14/include/linux/ |
H A D | ide.h | 1489 u16 rec8b; /* t2i for 8-bit io */ 1492 u16 recover; /* t2i or tK */
|
H A D | libata.h | 1011 unsigned short rec8b; /* t2i for 8-bit I/O */ 1014 unsigned short recover; /* t2i or tK */
|
Completed in 216 milliseconds