Searched refs:phys_lo (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Dofw_nexus.h69 uint32_t phys_lo; 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.h68 u_int32_t phys_lo; member in struct:isa_regs
73 ((((u_int64_t)((r)->phys_hi)) << 32) | ((u_int64_t)(r)->phys_lo))
81 u_int32_t phys_lo; member in struct:isa_ranges
89 ((((u_int64_t)(r)->phys_mid) << 32) | ((u_int64_t)(r)->phys_lo))
H A Disa.c74 (((u_int64_t)(r)->phys_mid << 32) | (u_int64_t)(r)->phys_lo)
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_pci.h98 u_int32_t phys_lo; member in struct:ofw_pci_register
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.h114 uint32_t phys_lo; member in struct:ofw_pci_ranges
122 (((uint64_t)(r)->phys_hi << 32) | (uint64_t)(r)->phys_lo)
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c100 uint32_t phys_lo; member in struct:ebus_nexus_ranges
492 enr->phys_lo;
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c698 if (offset >= sc->sc_pciaddrs[i].phys_lo &&
699 offset < (sc->sc_pciaddrs[i].phys_lo + sc->sc_pciaddrs[i].size_lo))

Completed in 109 milliseconds