Searched refs:BCM_BSC_READ (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 133 reg = BCM_BSC_READ(sc, off); in bcm_bsc_modifyreg() 147 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_clock_proc() 167 clkt = BCM_BSC_READ(sc, BCM_BSC_CLKT); in bcm_bsc_clkt_proc() 191 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY); in bcm_bsc_fall_proc() 199 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_fall_proc() 219 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY); in bcm_bsc_rise_proc() 227 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_rise_proc() 397 status = BCM_BSC_READ(sc, BCM_BSC_STATUS); in bcm_bsc_empty_rx_fifo() 421 status = BCM_BSC_READ(sc, BCM_BSC_STATUS); in bcm_bsc_fill_tx_fifo() 464 status = BCM_BSC_READ(sc, BCM_BSC_STATUS); in bcm_bsc_intr() [all …]
|
| H A D | bcm2835_bscvar.h | 63 #define BCM_BSC_READ(_sc, _off) \ macro
|