Home
last modified time | relevance | path

Searched refs:STATE_WRITE (Results 1 – 3 of 3) sorted by relevance

/drivers/i2c/busses/
Di2c-ocores.c98 #define STATE_WRITE 2 macro
131 if ((i2c->state == STATE_START) || (i2c->state == STATE_WRITE)) { in ocores_process()
133 (msg->flags & I2C_M_RD) ? STATE_READ : STATE_WRITE; in ocores_process()
165 ? STATE_READ : STATE_WRITE; in ocores_process()
Di2c-nuc900.c66 STATE_WRITE, enumerator
231 i2c->state = STATE_WRITE; in i2c_nuc900_irq_nextbyte()
249 case STATE_WRITE: in i2c_nuc900_irq_nextbyte()
Di2c-s3c2410.c53 STATE_WRITE, enumerator
301 i2c->state = STATE_WRITE; in i2c_s3c_irq_nextbyte()
317 case STATE_WRITE: in i2c_s3c_irq_nextbyte()