Home
last modified time | relevance | path

Searched refs:IIC_ICR_START (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Diopi2c.c147 sc->sc_icr | IIC_ICR_START); in iopiic_send_start()
187 sc->sc_icr | IIC_ICR_START | IIC_ICR_TB); in iopiic_initiate_xfer()
H A Diopi2creg.h63 #define IIC_ICR_START (1U << 0) /* initiate START condition */ macro