Searched refs:memory_base (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 140 uint64_t memory_base; /* Memory base for this attach point */ member 575 res.ra_addr_lo = entry->memory_base; in cardbus_destroy_phdl() 582 entry->memory_base, entry->memory_len); in cardbus_destroy_phdl() 587 entry->memory_base, entry->memory_len); in cardbus_destroy_phdl() 774 range[1].size_lo = entry->memory_last - entry->memory_base; in cardbus_bridge_ranges() 1257 phdl->memory_base = phdl->memory_last = res.ra_addr_lo; in cardbus_allocate_chunk() 1282 res.ra_addr_lo = phdl->memory_base; in cardbus_allocate_chunk() 1297 phdl->memory_base, phdl->memory_len); in cardbus_allocate_chunk() 1301 phdl->memory_base, phdl->memory_len); in cardbus_allocate_chunk() 1555 entry->memory_base, entry->memory_len, in cardbus_update_bridge() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 149 uint64_t memory_base; /* Memory base for this attach point */ member 1164 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources() 1166 phdl->mem_hole.start = phdl->memory_base; in pcicfg_ntbridge_allocate_resources() 1213 phdl->memory_base, phdl->memory_len); in pcicfg_ntbridge_allocate_resources() 1250 range[1].child_lo = range[1].parent_lo = (uint32_t)entry->memory_base; in pcicfg_ntbridge_configure_done() 1775 entry->memory_base, in pcicfg_destroy_phdl() 1940 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 2431 phdl->memory_base = phdl->memory_last = mem_answer; in pcicfg_allocate_chunk() 2434 phdl->mem_hole.start = phdl->memory_base; in pcicfg_allocate_chunk() 2456 phdl->memory_base, phdl->memory_len); in pcicfg_allocate_chunk() [all …]
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 107 uint64_t memory_base; /* Memory base for this attach point */ member 1056 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources() 1058 phdl->mem_hole.start = phdl->memory_base; in pcicfg_ntbridge_allocate_resources() 1123 phdl->memory_base, phdl->memory_len); in pcicfg_ntbridge_allocate_resources() 1149 range[1].child_low = range[1].parent_low = (uint32_t)entry->memory_base; in pcicfg_ntbridge_configure_done() 1718 entry->memory_base, entry->memory_len, in pcicfg_destroy_phdl() 1831 (entry->memory_last - entry->memory_base); in pcicfg_bridge_assign() 1863 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 4332 phdl.memory_base = mem_answer; in pcicfg_probe_bridge() 4342 mem_end = PCICFG_ROUND_UP(phdl.memory_base, PCICFG_MEMGRAN); in pcicfg_probe_bridge() [all …]
|