Home | History | Annotate | Download | only in ic

Lines Matching defs:dwiic_write

151 static void	dwiic_write(struct dwiic_softc *, int, uint32_t);
183 dwiic_write(sc, DW_IC_INTR_MASK, 0);
227 dwiic_write(sc, DW_IC_INTR_MASK, 0);
262 dwiic_write(struct dwiic_softc *sc, int offset, uint32_t val)
287 dwiic_write(sc, DW_IC_SS_SCL_HCNT, sc->ss_hcnt);
288 dwiic_write(sc, DW_IC_SS_SCL_LCNT, sc->ss_lcnt);
291 dwiic_write(sc, DW_IC_FS_SCL_HCNT, sc->fs_hcnt);
292 dwiic_write(sc, DW_IC_FS_SCL_LCNT, sc->fs_lcnt);
297 dwiic_write(sc, DW_IC_SDA_HOLD, sc->sda_hold_time);
302 dwiic_write(sc, DW_IC_TX_TL, sc->tx_fifo_depth / 2);
303 dwiic_write(sc, DW_IC_RX_TL, 0);
308 dwiic_write(sc, DW_IC_CON, sc->master_cfg);
319 dwiic_write(sc, DW_IC_ENABLE, enable);
372 dwiic_write(sc, DW_IC_CON, ic_con);
373 dwiic_write(sc, DW_IC_TAR, addr);
376 dwiic_write(sc, DW_IC_INTR_MASK, 0);
388 dwiic_write(sc, DW_IC_INTR_MASK, DW_IC_INTR_TX_EMPTY);
394 dwiic_write(sc, DW_IC_INTR_MASK, 0);
426 dwiic_write(sc, DW_IC_DATA_CMD, cmd);
456 dwiic_write(sc, DW_IC_DATA_CMD, cmd);
479 dwiic_write(sc, DW_IC_INTR_MASK,
488 dwiic_write(sc, DW_IC_INTR_MASK, 0);
540 dwiic_write(sc, DW_IC_INTR_MASK,
546 dwiic_write(sc, DW_IC_INTR_MASK, 0);
623 dwiic_write(sc, DW_IC_INTR_MASK, 0);
629 dwiic_write(sc, DW_IC_INTR_MASK, 0);
635 dwiic_write(sc, DW_IC_INTR_MASK, 0);