mvpex_softc
struct mvpex_softc *sc = v;
struct mvpex_softc *sc = device_private(self);
struct mvpex_softc *sc = (struct mvpex_softc *)arg;
mvpex_init(struct mvpex_softc *sc, enum marvell_tags *tags)
mvpex_wininit(struct mvpex_softc *sc, int window, int tbegin, int tend,
mvpex_barinit(struct mvpex_softc *sc)
mvpex_wininit(struct mvpex_softc *sc, enum marvell_tags *tags)
mvpex_pci_config(struct mvpex_softc *sc, bus_space_tag_t iot,
struct mvpex_softc *sc = v;
struct mvpex_softc *sc = v;
static void mvpex_init(struct mvpex_softc *, enum marvell_tags *);
static void mvpex_barinit(struct mvpex_softc *);
struct mvpex_softc *sc = (struct mvpex_softc *)v;
static int mvpex_wininit(struct mvpex_softc *, int, int, int, int, uint32_t *,
static void mvpex_wininit(struct mvpex_softc *, enum marvell_tags *);
struct mvpex_softc *sc = (struct mvpex_softc *)v;
static void mvpex_pci_config(struct mvpex_softc *, bus_space_tag_t,
CFATTACH_DECL_NEW(mvpex_gt, sizeof(struct mvpex_softc),
CFATTACH_DECL_NEW(mvpex_mbus, sizeof(struct mvpex_softc),