Searched refs:BCM_BSC_DELAY (Results 1 – 2 of 2) sorted by relevance
189 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY); in bcm_bsc_fall_proc()201 bcm_bsc_modifyreg(sc, BCM_BSC_DELAY, 0xffff0000, reg << 16); in bcm_bsc_fall_proc()217 reg = BCM_BSC_READ(sc, BCM_BSC_DELAY); in bcm_bsc_rise_proc()229 bcm_bsc_modifyreg(sc, BCM_BSC_DELAY, 0xffff, reg); in bcm_bsc_rise_proc()
64 #define BCM_BSC_DELAY 0x18 macro