Home
last modified time | relevance | path

Searched refs:ofw_pci_range (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ofw/
H A Dofwpci.h41 struct ofw_pci_range { struct
63 struct ofw_pci_range *sc_range; argument
H A Dofw_pcib.c99 static int ofw_pcib_fill_ranges(phandle_t, struct ofw_pci_range *);
146 struct ofw_pci_range *rp; in ofw_pcib_init()
464 struct ofw_pci_range *rp; in ofw_pcib_translate_resource()
521 struct ofw_pci_range *rp; in ofw_pcib_map_resource()
661 ofw_pcib_fill_ranges(phandle_t node, struct ofw_pci_range *ranges) in ofw_pcib_fill_ranges()
/freebsd/sys/dev/pci/
H A Dpci_dw.h111 struct ofw_pci_range io_range;
112 struct ofw_pci_range *mem_ranges;
H A Dpci_dw.c432 pci_dw_decode_ranges(struct pci_dw_softc *sc, struct ofw_pci_range *ranges, in pci_dw_decode_ranges()
/freebsd/sys/arm64/rockchip/
H A Drk_pcie.c203 struct ofw_pci_range mem_range;
204 struct ofw_pci_range pref_mem_range;
205 struct ofw_pci_range io_range;
399 rk_pcie_decode_ranges(struct rk_pcie_softc *sc, struct ofw_pci_range *ranges, in rk_pcie_decode_ranges()
/freebsd/sys/arm/nvidia/
H A Dtegra_pcie.c342 struct ofw_pci_range mem_range;
343 struct ofw_pci_range pref_mem_range;
344 struct ofw_pci_range io_range;
1071 struct ofw_pci_range *ranges, int nranges) in tegra_pcib_decode_ranges()
/freebsd/sys/riscv/starfive/
H A Djh7110_pcie.c137 struct ofw_pci_range range_mem32;
138 struct ofw_pci_range range_mem64;
511 struct ofw_pci_range *ranges, int nranges) in jh7110_pcie_decode_ranges()
/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c479 struct ofw_pci_range *rp; in opalpci_attach()