Searched refs:fsl_pcib_inbound (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | pci_mpc85xx.c | 209 static void fsl_pcib_inbound(struct fsl_pcib_softc *, int, int, uint64_t, 575 fsl_pcib_inbound(struct fsl_pcib_softc *sc, int wnd, int tgt, uint64_t start, in fsl_pcib_inbound() function 755 fsl_pcib_inbound(sc, 1, -1, 0, 0, 0); in fsl_pcib_decode_win() 756 fsl_pcib_inbound(sc, 2, -1, 0, 0, 0); in fsl_pcib_decode_win() 757 fsl_pcib_inbound(sc, 3, PIWAR_TRGT_LOCAL, 0, in fsl_pcib_decode_win() 764 fsl_pcib_inbound(sc, 8, PIWAR_TRGT_CCSR, ccsrbar_pa, in fsl_pcib_decode_win() 767 fsl_pcib_inbound(sc, 1, PIWAR_TRGT_CCSR, ccsrbar_pa, in fsl_pcib_decode_win()
|