Searched refs:BCM_BSC_READ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c64 reg = BCM_BSC_READ(sc, off);
80 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK);
112 clkt = BCM_BSC_READ(sc, BCM_BSC_CLKT);
136 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY);
144 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK);
164 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY);
172 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK);
349 status = BCM_BSC_READ(sc, BCM_BSC_STATUS);
364 *sc->sc_data++ = BCM_BSC_READ(sc, BCM_BSC_DATA);
366 status = BCM_BSC_READ(s
[all...]
H A Dbcm2835_bscvar.h61 #define BCM_BSC_READ(_sc, _off) \ macro

Completed in 94 milliseconds