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

  /src/sys/arch/arm/xscale/
iopi2creg.h 62 #define IIC_ICR_STOP (1U << 1) /* initiate STOP condition */
iopi2c.c 204 (send_stop ? IIC_ICR_STOP : 0));
223 sc->sc_icr | IIC_ICR_TB | (send_stop ? IIC_ICR_STOP : 0));

Completed in 12 milliseconds