Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/xscale/ | |
iopi2c.c | 200 send_stop = (flags & I2C_F_STOP) != 0; local in function:iopiic_read_byte 204 (send_stop ? IIC_ICR_STOP : 0)); 219 int error, send_stop = (flags & I2C_F_STOP) != 0; local in function:iopiic_write_byte 223 sc->sc_icr | IIC_ICR_TB | (send_stop ? IIC_ICR_STOP : 0)); |
pxa2x0_i2c.c | 501 int send_stop = flags & I2C_F_STOP; local in function:pxa2x0_i2c_read_byte 505 | (last_byte ? ICR_ACKNAK : 0) | (send_stop ? ICR_STOP : 0)); 519 int send_stop = flags & I2C_F_STOP; local in function:pxa2x0_i2c_write_byte 524 | (send_stop ? ICR_STOP : 0)); |
/src/sys/dev/ic/ | |
pca9564.c | 234 int send_stop = (flags & I2C_F_STOP) != 0; local in function:pca9564_read_byte 237 error = pca9564_ack(sc, !send_stop, flags); 248 if (send_stop) 258 int send_stop = (flags & I2C_F_STOP) != 0; local in function:pca9564_write_byte 276 if (send_stop) |