Home
last modified time | relevance | path

Searched refs:OFW_PCI_PHYS_HI_PREFETCHABLE (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/dev/ofw/
HDofw_pci.h69 #define OFW_PCI_PHYS_HI_PREFETCHABLE 0x40000000 macro
HDofw_pcib.c246 if (rp->pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) { in ofw_pcib_init()
/freebsd-14-stable/sys/arm/arm/
HDofw_machdep.c60 flags = (pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) ? in OF_decode_addr()
/freebsd-14-stable/sys/dev/vt/hw/fb/
HDvt_early_fb.c261 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in vt_efb_init()
/freebsd-14-stable/sys/powerpc/ofw/
HDofw_syscons.c340 OFW_PCI_PHYS_HI_PREFETCHABLE) in ofwfb_configure()
707 OFW_PCI_PHYS_HI_PREFETCHABLE) in ofwfb_mmap()
HDofw_machdep.c865 flags = (pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) ? in OF_decode_addr()
/freebsd-14-stable/sys/dev/vt/hw/ofwfb/
HDofwfb.c676 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) in ofwfb_init()
/freebsd-14-stable/sys/powerpc/powernv/
HDopal_pci.c488 OFW_PCI_PHYS_HI_PREFETCHABLE; in opalpci_attach()
/freebsd-14-stable/sys/arm/nvidia/
HDtegra_pcie.c1088 if (ranges[i].pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) { in tegra_pcib_decode_ranges()
/freebsd-14-stable/sys/arm64/rockchip/
HDrk_pcie.c417 if (ranges[i].pci_hi & OFW_PCI_PHYS_HI_PREFETCHABLE) { in rk_pcie_decode_ranges()