Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Drtas_pci.c164 config_addr, sc->sc_pcir.phys_hi, in rtaspci_read_config()
203 sc->sc_pcir.phys_hi, sc->sc_pcir.phys_mid, in rtaspci_write_config()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c252 if (!(pciaddrs[i].phys_hi & in vt_efb_init()
260 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in vt_efb_init()
/freebsd/sys/dev/ofw/
H A Dofw_pci.h96 u_int32_t phys_hi; member
H A Dofw_pcib.c331 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in ofw_pcib_route_interrupt()
/freebsd/sys/powerpc/ofw/
H A Dofw_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()
H A Dofw_pcib_pci.c143 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in ofw_pcib_pci_route_interrupt()
H A Dofw_syscons.c330 if (!(sc->sc_pciaddrs[i].phys_hi & in ofwfb_configure()
338 if (sc->sc_pciaddrs[i].phys_hi & in ofwfb_configure()
705 if (sc->sc_pciaddrs[i].phys_hi & in ofwfb_mmap()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c227 b = OFW_PCI_PHYS_HI_BUS(pcir.phys_hi); in cpcht_configure_htbridge()
228 s = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi); in cpcht_configure_htbridge()
229 f = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi); in cpcht_configure_htbridge()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c667 if (!(pciaddrs[i].phys_hi & in ofwfb_init()
675 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in ofwfb_init()
/freebsd/sys/dev/pci/
H A Dpci_host_generic_fdt.c260 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in generic_pcie_fdt_route_interrupt()
/freebsd/sys/arm/mv/
H A Dmv_pci.c1240 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) | in mv_pcib_route_interrupt()