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

  /src/sys/arch/arm/broadcom/
bcm2835_bsc.c 135 if ((sc->sc_exec.flags & I2C_F_POLL) == 0) {
143 if ((sc->sc_exec.flags & I2C_F_POLL) == 0) {
181 if (sc->sc_exec.addr > 0x7f) {
187 if (sc->sc_exec.cmdlen) {
193 if (sc->sc_exec.datalen == 0) {
197 if (I2C_OP_READ_P(sc->sc_exec.op)) {
222 if ((sc->sc_exec.flags & I2C_F_POLL) == 0) {
249 if ((sc->sc_exec.flags & I2C_F_POLL) == 0 &&
309 if ((sc->sc_exec.flags & I2C_F_POLL) == 0) {
342 if (sc->sc_exec.flags & I2C_F_POLL)
    [all...]
bcm2835_bscvar.h 74 } sc_exec; member in struct:bsciic_softc

Completed in 64 milliseconds