Symbol: mvpex_softc
sys/arch/arm/marvell/pci_machdep.c
386
struct mvpex_softc *sc = v;
sys/dev/marvell/mvpex.c
105
struct mvpex_softc *sc = device_private(self);
sys/dev/marvell/mvpex.c
198
struct mvpex_softc *sc = (struct mvpex_softc *)arg;
sys/dev/marvell/mvpex.c
237
mvpex_init(struct mvpex_softc *sc, enum marvell_tags *tags)
sys/dev/marvell/mvpex.c
275
mvpex_wininit(struct mvpex_softc *sc, int window, int tbegin, int tend,
sys/dev/marvell/mvpex.c
309
mvpex_barinit(struct mvpex_softc *sc)
sys/dev/marvell/mvpex.c
356
mvpex_wininit(struct mvpex_softc *sc, enum marvell_tags *tags)
sys/dev/marvell/mvpex.c
405
mvpex_pci_config(struct mvpex_softc *sc, bus_space_tag_t iot,
sys/dev/marvell/mvpex.c
498
struct mvpex_softc *sc = v;
sys/dev/marvell/mvpex.c
546
struct mvpex_softc *sc = v;
sys/dev/marvell/mvpex.c
63
static void mvpex_init(struct mvpex_softc *, enum marvell_tags *);
sys/dev/marvell/mvpex.c
65
static void mvpex_barinit(struct mvpex_softc *);
sys/dev/marvell/mvpex.c
657
struct mvpex_softc *sc = (struct mvpex_softc *)v;
sys/dev/marvell/mvpex.c
66
static int mvpex_wininit(struct mvpex_softc *, int, int, int, int, uint32_t *,
sys/dev/marvell/mvpex.c
69
static void mvpex_wininit(struct mvpex_softc *, enum marvell_tags *);
sys/dev/marvell/mvpex.c
696
struct mvpex_softc *sc = (struct mvpex_softc *)v;
sys/dev/marvell/mvpex.c
72
static void mvpex_pci_config(struct mvpex_softc *, bus_space_tag_t,
sys/dev/marvell/mvpex.c
79
CFATTACH_DECL_NEW(mvpex_gt, sizeof(struct mvpex_softc),
sys/dev/marvell/mvpex.c
81
CFATTACH_DECL_NEW(mvpex_mbus, sizeof(struct mvpex_softc),