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

/illumos-gate/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(
2634 PCICFG_LADDR(ranges[i].child_low,
2747 PCICFG_LADDR(assigned[i].pci_phys_low,
4923 if ((PCICFG_LADDR(
4929 PCICFG_LADDR(
4935 if ((PCICFG_LADDR(
4941 PCICFG_LADDR(
/illumos-gate/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(
2741 PCICFG_LADDR(lo, mid) + size);
2776 if ((PCICFG_LADDR(pci_ap[i].pci_phys_low,
2780 entry_p->memory_base = PCICFG_LADDR(
2867 PCICFG_LADDR(ranges[i].child_lo,
6614 PCICFG_LADDR(phys_spec.pci_phys_low,
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c78 #define PCICFG_LADDR(lo, hi) (((uint64_t)(hi) << 32) | (uint32_t)(lo)) macro

Completed in 90 milliseconds