Searched refs:BCM_BSC_WRITE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 136 BCM_BSC_WRITE(sc, off, reg); in bcm_bsc_modifyreg() 175 BCM_BSC_WRITE(sc, BCM_BSC_CLKT, clkt & 0xffff); in bcm_bsc_clkt_proc() 276 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, BCM_BSC_CTRL_I2CEN); in bcm_bsc_reset() 278 BCM_BSC_WRITE(sc, BCM_BSC_STATUS, BCM_BSC_STATUS_CLKT | in bcm_bsc_reset() 416 BCM_BSC_WRITE(sc, BCM_BSC_DATA, *sc->sc_data); in bcm_bsc_fill_tx_fifo() 575 BCM_BSC_WRITE(sc, BCM_BSC_SLAVE, curslave >> 1); in bcm_bsc_transfer() 610 BCM_BSC_WRITE(sc, BCM_BSC_DLEN, sc->sc_replen); in bcm_bsc_transfer() 611 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, BCM_BSC_CTRL_I2CEN | in bcm_bsc_transfer() 638 BCM_BSC_WRITE(sc, BCM_BSC_DLEN, curlen); in bcm_bsc_transfer() 639 BCM_BSC_WRITE(sc, BCM_BSC_CTRL, readctl | BCM_BSC_CTRL_I2CEN | in bcm_bsc_transfer() [all …]
|
| H A D | bcm2835_bscvar.h | 61 #define BCM_BSC_WRITE(_sc, _off, _val) \ macro
|