Searched refs:bcmstb_softc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/arm/broadcom/ |
| D | bcm2838_pcie.c | 74 struct bcmstb_softc { struct 95 static void bcmstb_attach(device_t, struct bcmstb_softc *); argument 96 static int bcmstb_config(struct bcmstb_softc *); 97 static int bcmstb_setup(struct bcmstb_softc *); 120 struct bcmstb_softc sc_bcmstb; 131 stb_write(struct bcmstb_softc *sc, int r, uint32_t v) in stb_write() 137 stb_read(struct bcmstb_softc *sc, int r) in stb_read() 146 stb_setbits(struct bcmstb_softc *sc, int r, uint32_t clr, uint32_t set) in stb_setbits() 233 bcmstb_attach(device_t self, struct bcmstb_softc *sc) in bcmstb_attach() 289 bcmstb_makespace(struct bcmstb_softc *sc, struct bcmstb_busspace *bs, int flags) in bcmstb_makespace() [all …]
|