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

  /src/sys/dev/i2c/
tcakp.c 114 static int tcakp_read(struct tcakp_softc *, uint8_t, uint8_t *);
167 tcakp_read(sc, TCA_INT_STAT, &stat);
169 tcakp_read(sc, TCA_EVENT('A'), &ev);
188 tcakp_read(sc, TCA_EVENT('A'), &ev);
227 tcakp_read(sc, TCA_INT_STAT, &val);
321 tcakp_read(sc, TCA_EVENT('A'), &ev);
444 tcakp_read(struct tcakp_softc *sc, uint8_t reg, uint8_t *val) function in typeref:typename:int
tcakp.c 114 static int tcakp_read(struct tcakp_softc *, uint8_t, uint8_t *);
167 tcakp_read(sc, TCA_INT_STAT, &stat);
169 tcakp_read(sc, TCA_EVENT('A'), &ev);
188 tcakp_read(sc, TCA_EVENT('A'), &ev);
227 tcakp_read(sc, TCA_INT_STAT, &val);
321 tcakp_read(sc, TCA_EVENT('A'), &ev);
444 tcakp_read(struct tcakp_softc *sc, uint8_t reg, uint8_t *val) function in typeref:typename:int

Completed in 23 milliseconds