Home
last modified time | relevance | path

Searched refs:PCICFG_LADDR (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c64 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro
2229 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()
/titanic_50/usr/src/uts/sun4/io/
H A Dpcicfg.c84 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro
2301 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()
/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c78 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro