Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dmotoi2c.c284 uint8_t addr_byte = (addr << 1) in motoi2c_exec() local
286 I2C_WRITE(I2CDR, addr_byte); in motoi2c_exec()
318 addr_byte |= 1; in motoi2c_exec()
319 I2C_WRITE(I2CDR, addr_byte); in motoi2c_exec()