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

  /src/sys/dev/ic/
dwiic.c 150 static uint32_t dwiic_read(struct dwiic_softc *, int);
167 sc->ss_hcnt = dwiic_read(sc, DW_IC_SS_SCL_HCNT);
169 sc->ss_lcnt = dwiic_read(sc, DW_IC_SS_SCL_LCNT);
171 sc->fs_hcnt = dwiic_read(sc, DW_IC_FS_SCL_HCNT);
173 sc->fs_lcnt = dwiic_read(sc, DW_IC_FS_SCL_LCNT);
175 sc->sda_hold_time = dwiic_read(sc, DW_IC_SDA_HOLD);
185 dwiic_read(sc, DW_IC_CLR_INTR);
228 dwiic_read(sc, DW_IC_CLR_INTR);
252 dwiic_read(struct dwiic_softc *sc, int offset) function in typeref:typename:uint32_t
276 reg = dwiic_read(sc, DW_IC_COMP_TYPE)
    [all...]
dwiic.c 150 static uint32_t dwiic_read(struct dwiic_softc *, int);
167 sc->ss_hcnt = dwiic_read(sc, DW_IC_SS_SCL_HCNT);
169 sc->ss_lcnt = dwiic_read(sc, DW_IC_SS_SCL_LCNT);
171 sc->fs_hcnt = dwiic_read(sc, DW_IC_FS_SCL_HCNT);
173 sc->fs_lcnt = dwiic_read(sc, DW_IC_FS_SCL_LCNT);
175 sc->sda_hold_time = dwiic_read(sc, DW_IC_SDA_HOLD);
185 dwiic_read(sc, DW_IC_CLR_INTR);
228 dwiic_read(sc, DW_IC_CLR_INTR);
252 dwiic_read(struct dwiic_softc *sc, int offset) function in typeref:typename:uint32_t
276 reg = dwiic_read(sc, DW_IC_COMP_TYPE)
    [all...]
dwiic.c 150 static uint32_t dwiic_read(struct dwiic_softc *, int);
167 sc->ss_hcnt = dwiic_read(sc, DW_IC_SS_SCL_HCNT);
169 sc->ss_lcnt = dwiic_read(sc, DW_IC_SS_SCL_LCNT);
171 sc->fs_hcnt = dwiic_read(sc, DW_IC_FS_SCL_HCNT);
173 sc->fs_lcnt = dwiic_read(sc, DW_IC_FS_SCL_LCNT);
175 sc->sda_hold_time = dwiic_read(sc, DW_IC_SDA_HOLD);
185 dwiic_read(sc, DW_IC_CLR_INTR);
228 dwiic_read(sc, DW_IC_CLR_INTR);
252 dwiic_read(struct dwiic_softc *sc, int offset) function in typeref:typename:uint32_t
276 reg = dwiic_read(sc, DW_IC_COMP_TYPE)
    [all...]
dwiic.c 150 static uint32_t dwiic_read(struct dwiic_softc *, int);
167 sc->ss_hcnt = dwiic_read(sc, DW_IC_SS_SCL_HCNT);
169 sc->ss_lcnt = dwiic_read(sc, DW_IC_SS_SCL_LCNT);
171 sc->fs_hcnt = dwiic_read(sc, DW_IC_FS_SCL_HCNT);
173 sc->fs_lcnt = dwiic_read(sc, DW_IC_FS_SCL_LCNT);
175 sc->sda_hold_time = dwiic_read(sc, DW_IC_SDA_HOLD);
185 dwiic_read(sc, DW_IC_CLR_INTR);
228 dwiic_read(sc, DW_IC_CLR_INTR);
252 dwiic_read(struct dwiic_softc *sc, int offset) function in typeref:typename:uint32_t
276 reg = dwiic_read(sc, DW_IC_COMP_TYPE)
    [all...]

Completed in 132 milliseconds