Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c66 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro
2266 request.ra_addr = (uint64_t)PCICFG_LADDR( in pcicfg_device_assign_readonly()
2672 PCICFG_LADDR(ranges[i].child_low, in pcicfg_free_bridge_resources()
2785 PCICFG_LADDR(assigned[i].pci_phys_low, in pcicfg_free_device_resources()
4656 if ((PCICFG_LADDR( in pcicfg_find_resource_end()
4662 PCICFG_LADDR( in pcicfg_find_resource_end()
4668 if ((PCICFG_LADDR( in pcicfg_find_resource_end()
4674 PCICFG_LADDR( in pcicfg_find_resource_end()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c86 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro
2299 request.ra_addr = (uint64_t)PCICFG_LADDR( in pcicfg_device_assign_readonly()
2736 PCICFG_LADDR(lo, mid) + size); in pcicfg_find_resource_end()
2771 if ((PCICFG_LADDR(pci_ap[i].pci_phys_low, in pcicfg_find_resource_end()
2775 entry_p->memory_base = PCICFG_LADDR( in pcicfg_find_resource_end()
2862 PCICFG_LADDR(ranges[i].child_lo, in pcicfg_free_bridge_resources()
6617 PCICFG_LADDR(phys_spec.pci_phys_low, in pcicfg_free_resource()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c80 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro