Searched refs:IIC_ICR_TB (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Diopi2creg.h60 #define IIC_ICR_TB (1U << 3) /* transfer byte */ macro
H A Diopi2c.c187 sc->sc_icr | IIC_ICR_START | IIC_ICR_TB);
206 sc->sc_icr | IIC_ICR_TB | (last_byte ? IIC_ICR_NACK : 0) |
226 sc->sc_icr | IIC_ICR_TB | (send_stop ? IIC_ICR_STOP : 0));

Completed in 141 milliseconds