Searched refs:I2C_ADDR_OFFSET_SLAVE (Results 1 – 1 of 1) sorted by relevance
51 #define I2C_ADDR_OFFSET_SLAVE 0x1000 macro718 addr |= I2C_ADDR_OFFSET_SLAVE; in i2c_encode_flags_to_addr()1233 if (info.addr & I2C_ADDR_OFFSET_SLAVE) { in new_device_store()1234 info.addr &= ~I2C_ADDR_OFFSET_SLAVE; in new_device_store()
Completed in 7 milliseconds