Searched refs:mvpex_softc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/marvell/ |
H A D | mvpex.c | 63 static void mvpex_init(struct mvpex_softc *, enum marvell_tags *); 65 static void mvpex_barinit(struct mvpex_softc *); 66 static int mvpex_wininit(struct mvpex_softc *, int, int, int, int, uint32_t *, 69 static void mvpex_wininit(struct mvpex_softc *, enum marvell_tags *); 72 static void mvpex_pci_config(struct mvpex_softc *, bus_space_tag_t, 79 CFATTACH_DECL_NEW(mvpex_gt, sizeof(struct mvpex_softc), 81 CFATTACH_DECL_NEW(mvpex_mbus, sizeof(struct mvpex_softc), 105 struct mvpex_softc *sc = device_private(self); in mvpex_attach() 198 struct mvpex_softc *sc = (struct mvpex_softc *)arg; in mvpex_intr() 237 mvpex_init(struct mvpex_softc *sc, enum marvell_tags *tags) in mvpex_init() [all …]
|
H A D | mvpexvar.h | 51 struct mvpex_softc { struct
|
/netbsd-src/sys/arch/arm/marvell/ |
H A D | pci_machdep.c | 386 struct mvpex_softc *sc = v;
|