Symbol: rmixl_pcie_softc
sys/arch/mips/rmi/rmixl_pcie.c
1001
struct rmixl_pcie_softc *sc = v;
sys/arch/mips/rmi/rmixl_pcie.c
165
static void rmixl_pcie_init(struct rmixl_pcie_softc *);
sys/arch/mips/rmi/rmixl_pcie.c
166
static void rmixl_pcie_init_ecfg(struct rmixl_pcie_softc *);
sys/arch/mips/rmi/rmixl_pcie.c
173
static void rmixl_pcie_lnkcfg(struct rmixl_pcie_softc *);
sys/arch/mips/rmi/rmixl_pcie.c
174
static void rmixl_pcie_intcfg(struct rmixl_pcie_softc *);
sys/arch/mips/rmi/rmixl_pcie.c
175
static void rmixl_pcie_errata(struct rmixl_pcie_softc *);
sys/arch/mips/rmi/rmixl_pcie.c
182
static int rmixl_pcie_conf_setup(struct rmixl_pcie_softc *,
sys/arch/mips/rmi/rmixl_pcie.c
245
CFATTACH_DECL_NEW(rmixl_pcie, sizeof(struct rmixl_pcie_softc),
sys/arch/mips/rmi/rmixl_pcie.c
281
struct rmixl_pcie_softc *sc = device_private(self);
sys/arch/mips/rmi/rmixl_pcie.c
509
rmixl_pcie_lnkcfg(struct rmixl_pcie_softc *sc)
sys/arch/mips/rmi/rmixl_pcie.c
550
rmixl_pcie_intcfg(struct rmixl_pcie_softc *sc)
sys/arch/mips/rmi/rmixl_pcie.c
584
rmixl_pcie_errata(struct rmixl_pcie_softc *sc)
sys/arch/mips/rmi/rmixl_pcie.c
670
rmixl_pcie_init(struct rmixl_pcie_softc *sc)
sys/arch/mips/rmi/rmixl_pcie.c
716
rmixl_pcie_init_ecfg(struct rmixl_pcie_softc *sc)
sys/arch/mips/rmi/rmixl_pcie.c
887
rmixl_pcie_conf_setup(struct rmixl_pcie_softc *sc,
sys/arch/mips/rmi/rmixl_pcie.c
967
struct rmixl_pcie_softc *sc = v;
sys/arch/mips/rmi/rmixl_pcievar.h
67
struct rmixl_pcie_softc;
sys/arch/mips/rmi/rmixl_pcievar.h
70
struct rmixl_pcie_softc *sc;