HomeSort by: relevance | last modified time | path
    Searched defs:last_byte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
iopi2c.c 199 int error, last_byte = (flags & I2C_F_LAST) != 0, local in function:iopiic_read_byte
203 sc->sc_icr | IIC_ICR_TB | (last_byte ? IIC_ICR_NACK : 0) |
pxa2x0_i2c.c 500 int last_byte = flags & I2C_F_LAST; local in function:pxa2x0_i2c_read_byte
505 | (last_byte ? ICR_ACKNAK : 0) | (send_stop ? ICR_STOP : 0));

Completed in 13 milliseconds