Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-mchp-pci1xxxx.c310 #define I2C_FLAGS_STOP BIT(5) macro
827 (i2c->flags & I2C_FLAGS_STOP)) { in pci1xxxx_i2c_read()
960 (i2c->flags & I2C_FLAGS_STOP)) in pci1xxxx_i2c_write()
1009 i2c->flags |= I2C_FLAGS_STOP; in pci1xxxx_i2c_xfer()
1011 i2c->flags &= ~I2C_FLAGS_STOP; in pci1xxxx_i2c_xfer()