Searched refs:phys_hi (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dofw_nexus.h68 uint32_t phys_hi; member in struct:nexus_regs
75 (((uint64_t)(r)->phys_hi << 32) | (uint64_t)(r)->phys_lo)
/freebsd-11-stable/sys/sparc64/isa/
H A Dofw_isa.h67 u_int32_t phys_hi; /* high bits of physaddr */ member in struct:isa_regs
73 ((((u_int64_t)((r)->phys_hi)) << 32) | ((u_int64_t)(r)->phys_lo))
79 u_int32_t phys_hi; member in struct:isa_ranges
87 #define ISA_RANGE_PS(r) (((r)->phys_hi >> 24) & 0x03)
H A Disa.c75 #define ISAB_RANGE_SPACE(r) (((r)->phys_hi >> 24) & 0x03)
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_pci.h96 u_int32_t phys_hi; member in struct:ofw_pci_register
H A Dofwpci.c309 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.h113 uint32_t phys_hi; member in struct:ofw_pci_ranges
122 (((uint64_t)(r)->phys_hi << 32) | (uint64_t)(r)->phys_lo)
H A Dofw_pcibus.c270 slot = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
271 func = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dofw_machdep.c99 phys_hi_mask_space(const char *bus, uint32_t phys_hi) argument
103 phys_hi &= 0x1;
105 phys_hi &= OFW_PCI_PHYS_HI_SPACEMASK;
107 return (phys_hi);
/freebsd-11-stable/sys/powerpc/pseries/
H A Drtas_pci.c165 config_addr, sc->sc_pcir.phys_hi,
204 sc->sc_pcir.phys_hi, sc->sc_pcir.phys_mid,
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c256 if (!(pciaddrs[i].phys_hi &
264 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE)
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pcib_pci.c145 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
H A Dofw_pcibus.c176 slot = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
177 func = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi);
H A Dofw_syscons.c330 if (!(sc->sc_pciaddrs[i].phys_hi &
338 if (sc->sc_pciaddrs[i].phys_hi &
705 if (sc->sc_pciaddrs[i].phys_hi &
H A Dofw_pci.c265 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
/freebsd-11-stable/sys/powerpc/powermac/
H A Dcpcht.c225 b = OFW_PCI_PHYS_HI_BUS(pcir.phys_hi);
226 s = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
227 f = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi);
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c467 if (!(pciaddrs[i].phys_hi &
475 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE)
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c99 uint32_t phys_hi; member in struct:ebus_nexus_ranges
491 (((uint64_t)enr->phys_hi) << 32) |
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c312 cell_t phys_hi, phys_low; local
315 &phys_hi) == -1)
317 return ((vm_offset_t)phys_hi << 32 | phys_low);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_pci.c417 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c435 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c1076 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |

Completed in 276 milliseconds