Searched refs:OFW_PADDR_NOT_PCI (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ofw/
H A Dofw_subr.h39 * device's parent PCI bus, or OFW_PADDR_NOT_PCI if no PCI bus is involved.
44 #define OFW_PADDR_NOT_PCI (~0) macro
H A Dofw_subr.c108 pci_hi = pci ? cell[regno] : OFW_PADDR_NOT_PCI;
134 if (pcib && pci_hi == OFW_PADDR_NOT_PCI) {
141 rspc = (pci ? cell[regno] : OFW_PADDR_NOT_PCI) &
152 : OFW_PADDR_NOT_PCI;
162 if (rspc != OFW_PADDR_NOT_PCI)
/freebsd-11-stable/sys/arm/arm/
H A Dofw_machdep.c57 if (pci_hi == OFW_PADDR_NOT_PCI) {
/freebsd-11-stable/sys/mips/mips/
H A Dofw_machdep.c57 if (pci_hi == OFW_PADDR_NOT_PCI) {
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_machdep.c599 if (pci_hi == OFW_PADDR_NOT_PCI) {

Completed in 67 milliseconds