Searched refs:BCM_BSC_WRITE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_bsc.c | 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() [all …]
|
H A D | bcm2835_bscvar.h | 59 #define BCM_BSC_WRITE(_sc, _off, _val) \ macro
|