Home
last modified time | relevance | path

Searched refs:CCB_BASE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_rng.c116 bus_space_write_4(bst, bsh, CCB_BASE + RNG_BASE + RNG_INT_MASK, RNG_INT_OFF); in bcm53xx_rng_start()
117 bus_space_write_4(bst, bsh, CCB_BASE + RNG_BASE + RNG_CTRL, in bcm53xx_rng_start()
118 bus_space_read_4(bst, bsh, CCB_BASE + RNG_BASE + RNG_CTRL) | RNG_RBGEN); in bcm53xx_rng_start()
H A Dbcm53xx_ccb.c176 CCB_BASE, CCB_SIZE, &sc->sc_bsh); in bcmccb_mainbus_attach()
H A Dbcm53xx_reg.h95 #define CCB_BASE 0x000000 macro