Symbol: fsl_pcib_softc
sys/powerpc/mpc85xx/pci_mpc85xx.c
203
static uint32_t fsl_pcib_cfgread(struct fsl_pcib_softc *, u_int, u_int, u_int,
sys/powerpc/mpc85xx/pci_mpc85xx.c
205
static void fsl_pcib_cfgwrite(struct fsl_pcib_softc *, u_int, u_int, u_int,
sys/powerpc/mpc85xx/pci_mpc85xx.c
207
static int fsl_pcib_decode_win(phandle_t, struct fsl_pcib_softc *);
sys/powerpc/mpc85xx/pci_mpc85xx.c
209
static void fsl_pcib_inbound(struct fsl_pcib_softc *, int, int, uint64_t,
sys/powerpc/mpc85xx/pci_mpc85xx.c
211
static void fsl_pcib_outbound(struct fsl_pcib_softc *, int, int, uint64_t,
sys/powerpc/mpc85xx/pci_mpc85xx.c
257
sizeof(struct fsl_pcib_softc), ofw_pcib_driver);
sys/powerpc/mpc85xx/pci_mpc85xx.c
263
struct fsl_pcib_softc *sc;
sys/powerpc/mpc85xx/pci_mpc85xx.c
312
struct fsl_pcib_softc *sc;
sys/powerpc/mpc85xx/pci_mpc85xx.c
449
fsl_pcib_cfgread(struct fsl_pcib_softc *sc, u_int bus, u_int slot, u_int func,
sys/powerpc/mpc85xx/pci_mpc85xx.c
487
fsl_pcib_cfgwrite(struct fsl_pcib_softc *sc, u_int bus, u_int slot, u_int func,
sys/powerpc/mpc85xx/pci_mpc85xx.c
522
dump(struct fsl_pcib_softc *sc)
sys/powerpc/mpc85xx/pci_mpc85xx.c
553
struct fsl_pcib_softc *sc = device_get_softc(dev);
sys/powerpc/mpc85xx/pci_mpc85xx.c
562
struct fsl_pcib_softc *sc = device_get_softc(dev);
sys/powerpc/mpc85xx/pci_mpc85xx.c
575
struct fsl_pcib_softc *sc = device_get_softc(dev);
sys/powerpc/mpc85xx/pci_mpc85xx.c
584
fsl_pcib_inbound(struct fsl_pcib_softc *sc, int wnd, int tgt, uint64_t start,
sys/powerpc/mpc85xx/pci_mpc85xx.c
613
fsl_pcib_outbound(struct fsl_pcib_softc *sc, int wnd, int res, uint64_t start,
sys/powerpc/mpc85xx/pci_mpc85xx.c
641
struct fsl_pcib_softc *sc;
sys/powerpc/mpc85xx/pci_mpc85xx.c
684
struct fsl_pcib_softc *sc;
sys/powerpc/mpc85xx/pci_mpc85xx.c
705
fsl_pcib_decode_win(phandle_t node, struct fsl_pcib_softc *sc)
sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
103
sizeof(struct fsl_pcib_softc), ofw_pcib_pci_driver);