Searched refs:PCICFG_LADDR (Results 1 – 3 of 3) sorted by relevance
64 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro2229 request.ra_addr = (uint64_t)PCICFG_LADDR( in pcicfg_device_assign_readonly()2634 PCICFG_LADDR(ranges[i].child_low, in pcicfg_free_bridge_resources()2747 PCICFG_LADDR(assigned[i].pci_phys_low, in pcicfg_free_device_resources()4923 if ((PCICFG_LADDR( in pcicfg_find_resource_end()4929 PCICFG_LADDR( in pcicfg_find_resource_end()4935 if ((PCICFG_LADDR( in pcicfg_find_resource_end()4941 PCICFG_LADDR( in pcicfg_find_resource_end()
84 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro2301 request.ra_addr = (uint64_t)PCICFG_LADDR( in pcicfg_device_assign_readonly()2741 PCICFG_LADDR(lo, mid) + size); in pcicfg_find_resource_end()2776 if ((PCICFG_LADDR(pci_ap[i].pci_phys_low, in pcicfg_find_resource_end()2780 entry_p->memory_base = PCICFG_LADDR( in pcicfg_find_resource_end()2867 PCICFG_LADDR(ranges[i].child_lo, in pcicfg_free_bridge_resources()6614 PCICFG_LADDR(phys_spec.pci_phys_low, in pcicfg_free_resource()
78 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro