Searched refs:memory_base (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 138 uint64_t memory_base; /* Memory base for this attach point */ member 573 res.ra_addr_lo = entry->memory_base; in cardbus_destroy_phdl() 580 entry->memory_base, entry->memory_len); in cardbus_destroy_phdl() 585 entry->memory_base, entry->memory_len); in cardbus_destroy_phdl() 773 range[1].size_lo = entry->memory_last - entry->memory_base; in cardbus_bridge_ranges() 1260 phdl->memory_base = phdl->memory_last = res.ra_addr_lo; in cardbus_allocate_chunk() 1285 res.ra_addr_lo = phdl->memory_base; in cardbus_allocate_chunk() 1300 phdl->memory_base, phdl->memory_len); in cardbus_allocate_chunk() 1304 phdl->memory_base, phdl->memory_len); in cardbus_allocate_chunk() 1558 entry->memory_base, entry->memory_len, in cardbus_update_bridge() [all …]
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 147 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() 1776 entry->memory_base, in pcicfg_destroy_phdl() 1942 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 2434 phdl->memory_base = phdl->memory_last = mem_answer; in pcicfg_allocate_chunk() 2437 phdl->mem_hole.start = phdl->memory_base; in pcicfg_allocate_chunk() 2459 phdl->memory_base, phdl->memory_len); in pcicfg_allocate_chunk() [all …]
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 106 uint64_t memory_base; /* Memory base for this attach point */ member 1028 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources() 1030 phdl->mem_hole.start = phdl->memory_base; in pcicfg_ntbridge_allocate_resources() 1095 phdl->memory_base, phdl->memory_len); in pcicfg_ntbridge_allocate_resources() 1121 range[1].child_low = range[1].parent_low = (uint32_t)entry->memory_base; in pcicfg_ntbridge_configure_done() 1680 entry->memory_base, entry->memory_len, in pcicfg_destroy_phdl() 1794 (entry->memory_last - entry->memory_base); in pcicfg_bridge_assign() 1826 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 4599 phdl.memory_base = mem_answer; in pcicfg_probe_bridge() 4609 mem_end = PCICFG_ROUND_UP(phdl.memory_base, PCICFG_MEMGRAN); in pcicfg_probe_bridge() [all …]
|