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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/dev/ofw/
H A Dofw_pci.h96 u_int32_t phys_hi; member in struct:ofw_pci_register
/freebsd-10.1-release/sys/sparc64/pci/
H A Dofw_pci.h110 uint32_t phys_hi; member in struct:ofw_pci_ranges
119 (((uint64_t)(r)->phys_hi << 32) | (uint64_t)(r)->phys_lo)
H A Dofw_pcibus.c265 slot = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
266 func = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi);
/freebsd-10.1-release/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-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c258 if (!(pciaddrs[i].phys_hi &
266 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE)
/freebsd-10.1-release/sys/powerpc/pseries/
H A Drtas_pci.c160 config_addr, sc->pci_sc.sc_pcir.phys_hi,
199 sc->pci_sc.sc_pcir.phys_hi, sc->pci_sc.sc_pcir.phys_mid,
/freebsd-10.1-release/sys/powerpc/ofw/
H A Dofw_pcib_pci.c148 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
H A Dofw_pcibus.c161 slot = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
162 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.c268 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |
/freebsd-10.1-release/sys/powerpc/powermac/
H A Dcpcht.c224 b = OFW_PCI_PHYS_HI_BUS(pcir.phys_hi);
225 s = OFW_PCI_PHYS_HI_DEVICE(pcir.phys_hi);
226 f = OFW_PCI_PHYS_HI_FUNCTION(pcir.phys_hi);
/freebsd-10.1-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c433 if (!(pciaddrs[i].phys_hi &
441 if (pciaddrs[i].phys_hi & OFW_PCI_PHYS_HI_PREFETCHABLE)
/freebsd-10.1-release/sys/sparc64/ebus/
H A Debus.c100 uint32_t phys_hi; member in struct:ebus_nexus_ranges
478 (((uint64_t)enr->phys_hi) << 32) |
/freebsd-10.1-release/sys/boot/sparc64/loader/
H A Dmain.c315 cell_t phys_hi, phys_low; local
318 &phys_hi) == -1)
320 return ((vm_offset_t)phys_hi << 32 | phys_low);
/freebsd-10.1-release/sys/arm/mv/
H A Dmv_pci.c1062 reg.phys_hi = (pci_get_bus(dev) << OFW_PCI_PHYS_HI_BUSSHIFT) |

Completed in 217 milliseconds