Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c76 #define PCICFG_MEMGRAN 0x100000 macro
85 static int pcicfg_slot_memsize = 32 * PCICFG_MEMGRAN; /* 32MB per slot */
86 static int pcicfg_slot_pf_memsize = 32 * PCICFG_MEMGRAN; /* 32MB per slot */
1048 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_ntbridge_allocate_resources()
1105 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_ntbridge_allocate_resources()
3341 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3345 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
3351 if ((length = (PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN) in pcicfg_update_bridge()
3362 PCICFG_ROUND_DOWN(entry->pf_memory_last, PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3366 entry->pf_memory_last, PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
[all …]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c90 #define PCICFG_MEMGRAN 0x100000 macro
1376 uval = PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN); in cardbus_setup_bridge()
1546 bridge_gran = PCICFG_MEMGRAN; in cardbus_update_bridge()
1602 PCICFG_MEMGRAN); in cardbus_update_bridge()
1889 PCICFG_MEMGRAN)) { in cardbus_sum_resources()
1897 PCICFG_MEMGRAN) - in cardbus_sum_resources()
1901 PCICFG_MEMGRAN)); in cardbus_sum_resources()
1908 PCICFG_MEMGRAN) - in cardbus_sum_resources()
1912 PCICFG_MEMGRAN)); in cardbus_sum_resources()
1947 mem_request->ra_len, PCICFG_MEMGRAN); in cardbus_sum_resources()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c96 #define PCICFG_MEMGRAN 0x100000 macro
105 static int pcicfg_slot_memsize = 32 * PCICFG_MEMGRAN; /* 32MB per slot */
1156 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_ntbridge_allocate_resources()
2411 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_allocate_chunk()
2419 PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); in pcicfg_allocate_chunk()
3903 PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3908 PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
3915 PCICFG_MEMGRAN) - entry->memory_last)) > 0) { in pcicfg_update_bridge()
4996 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_probe_bridge()
5112 PCICFG_ROUND_DOWN((mem_answer + mem_alen), PCICFG_MEMGRAN) - 1))); in pcicfg_probe_bridge()
[all …]