Lines Matching refs:txlen
50 int txlen; member
82 s->txlen = 0; in omap_i2c_fifo_run()
84 while (ack && s->txlen) in omap_i2c_fifo_run()
86 (s->fifo >> ((-- s->txlen) << 3)) & in omap_i2c_fifo_run()
96 while (ack && s->count_cur && s->txlen) { in omap_i2c_fifo_run()
98 (s->fifo >> ((-- s->txlen) << 3)) & in omap_i2c_fifo_run()
125 s->txlen = 0; in omap_i2c_fifo_run()
149 s->txlen = 0; in omap_i2c_reset()
304 if (s->txlen > 2) { in omap_i2c_write()
309 s->txlen += 2; in omap_i2c_write()
318 if (s->txlen > 2) in omap_i2c_write()
417 if (s->txlen > 2) { in omap_i2c_writeb()
422 s->txlen += 1; in omap_i2c_writeb()
425 if (s->txlen > 2) in omap_i2c_writeb()