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

/freebsd-current/sys/dev/ofw/
H A Dofw_subr.h37 * device's parent PCI bus, or OFW_PADDR_NOT_PCI if no PCI bus is involved.
42 #define OFW_PADDR_NOT_PCI (~0) macro
H A Dofw_subr.c113 pci_hi = pci ? cell[regno] : OFW_PADDR_NOT_PCI;
139 if (pcib && pci_hi == OFW_PADDR_NOT_PCI) {
146 rspc = (pci ? cell[regno] : OFW_PADDR_NOT_PCI) &
157 : OFW_PADDR_NOT_PCI;
167 if (rspc != OFW_PADDR_NOT_PCI)
/freebsd-current/sys/arm/arm/
H A Dofw_machdep.c54 if (pci_hi == OFW_PADDR_NOT_PCI) {
/freebsd-current/sys/powerpc/ofw/
H A Dofw_machdep.c860 if (pci_hi == OFW_PADDR_NOT_PCI) {

Completed in 80 milliseconds