Home
last modified time | relevance | path

Searched refs:BCM_BSC_CLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c145 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_clock_proc()
197 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_fall_proc()
225 clk = BCM_BSC_READ(sc, BCM_BSC_CLOCK); in bcm_bsc_rise_proc()
684 BCM_BSC_WRITE(sc, BCM_BSC_CLOCK, BCM_BSC_CORE_CLK / busfreq); in bcm_bsc_iicbus_reset()
H A Dbcm2835_bscreg.h63 #define BCM_BSC_CLOCK 0x14 macro