Home
last modified time | relevance | path

Searched defs:send_stop (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Diopi2c.c203 send_stop = (flags & I2C_F_STOP) != 0; in iopiic_read_byte() local
222 int error, send_stop = (flags & I2C_F_STOP) != 0; in iopiic_write_byte() local
H A Dpxa2x0_i2c.c501 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_read_byte() local
519 int send_stop = flags & I2C_F_STOP; in pxa2x0_i2c_write_byte() local
/netbsd-src/sys/dev/ic/
H A Dpca9564.c237 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_read_byte() local
261 int send_stop = (flags & I2C_F_STOP) != 0; in pca9564_write_byte() local
H A Dcdnsiic.c181 const uint8_t *data, size_t datalen, bool send_stop) in cdnsiic_write()