Lines Matching refs:BCM_BSC_WRITE
134 BCM_BSC_WRITE(sc, off, reg); in bcm_bsc_modifyreg()
173 BCM_BSC_WRITE(sc, BCM_BSC_CLKT, clkt & 0xffff); in bcm_bsc_clkt_proc()
274 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, BCM_BSC_CTRL_I2CEN); in bcm_bsc_reset()
276 BCM_BSC_WRITE(sc, BCM_BSC_STATUS, BCM_BSC_STATUS_CLKT | in bcm_bsc_reset()
413 BCM_BSC_WRITE(sc, BCM_BSC_DATA, *sc->sc_data); in bcm_bsc_fill_tx_fifo()
572 BCM_BSC_WRITE(sc, BCM_BSC_SLAVE, curslave >> 1); in bcm_bsc_transfer()
607 BCM_BSC_WRITE(sc, BCM_BSC_DLEN, sc->sc_replen); in bcm_bsc_transfer()
608 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, BCM_BSC_CTRL_I2CEN | in bcm_bsc_transfer()
635 BCM_BSC_WRITE(sc, BCM_BSC_DLEN, curlen); in bcm_bsc_transfer()
636 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, readctl | BCM_BSC_CTRL_I2CEN | in bcm_bsc_transfer()
684 BCM_BSC_WRITE(sc, BCM_BSC_CLOCK, BCM_BSC_CORE_CLK / busfreq); in bcm_bsc_iicbus_reset()