Home
last modified time | relevance | path

Searched refs:phys_hi (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/sys/powerpc/pseries/
HDrtas_pci.c165 config_addr, sc->sc_pcir.phys_hi, in rtaspci_read_config()
204 sc->sc_pcir.phys_hi, sc->sc_pcir.phys_mid, in rtaspci_write_config()
/freebsd-14-stable/sys/dev/vt/hw/fb/
HDvt_early_fb.c253 if (!(pciaddrs[i].phys_hi & in vt_efb_init()
261 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in vt_efb_init()
/freebsd-14-stable/sys/dev/ofw/
HDofw_pci.h96 u_int32_t phys_hi; member
HDofw_pcib.c334 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in ofw_pcib_route_interrupt()
/freebsd-14-stable/sys/powerpc/ofw/
HDofw_pcibus.c178 slot = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi); in ofw_pcibus_enum_devtree()
179 func = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi); in ofw_pcibus_enum_devtree()
HDofw_pcib_pci.c144 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in ofw_pcib_pci_route_interrupt()
HDofw_syscons.c331 if (!(sc->sc_pciaddrs[i].phys_hi & in ofwfb_configure()
339 if (sc->sc_pciaddrs[i].phys_hi & in ofwfb_configure()
706 if (sc->sc_pciaddrs[i].phys_hi & in ofwfb_mmap()
/freebsd-14-stable/sys/powerpc/powermac/
HDcpcht.c228 b = OFW_PCI_PHYS_HI_BUS(pcir.phys_hi); in cpcht_configure_htbridge()
229 s = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi); in cpcht_configure_htbridge()
230 f = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi); in cpcht_configure_htbridge()
/freebsd-14-stable/sys/dev/vt/hw/ofwfb/
HDofwfb.c668 if (!(pciaddrs[i].phys_hi & in ofwfb_init()
676 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in ofwfb_init()
/freebsd-14-stable/sys/dev/pci/
HDpci_host_generic_fdt.c259 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in generic_pcie_fdt_route_interrupt()
/freebsd-14-stable/sys/arm/mv/
HDmv_pci.c1272 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in mv_pcib_route_interrupt()