Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c74 #define PCICFG_MEMGRAN 0x100000 macro
83 static int pcicfg_slot_memsize = 32 * PCICFG_MEMGRAN; /* 32MB per slot */
84 static int pcicfg_slot_pf_memsize = 32 * PCICFG_MEMGRAN; /* 32MB per slot */
1020 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_ntbridge_allocate_resources()
1077 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_ntbridge_allocate_resources()
3614 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3618 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
3624 if ((length = (PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN) in pcicfg_update_bridge()
3635 PCICFG_ROUND_DOWN(entry->pf_memory_last, PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3639 entry->pf_memory_last, PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
[all …]
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c88 #define PCICFG_MEMGRAN 0x100000 macro
1379 uval = PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN); in cardbus_setup_bridge()
1549 bridge_gran = PCICFG_MEMGRAN; in cardbus_update_bridge()
1605 PCICFG_MEMGRAN); in cardbus_update_bridge()
1893 PCICFG_MEMGRAN)) { in cardbus_sum_resources()
1901 PCICFG_MEMGRAN) - in cardbus_sum_resources()
1905 PCICFG_MEMGRAN)); in cardbus_sum_resources()
1912 PCICFG_MEMGRAN) - in cardbus_sum_resources()
1916 PCICFG_MEMGRAN)); in cardbus_sum_resources()
1952 PCICFG_MEMGRAN); in cardbus_sum_resources()
[all …]
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c94 #define PCICFG_MEMGRAN 0x100000 macro
103 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()
2414 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_allocate_chunk()
2422 PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); in pcicfg_allocate_chunk()
3899 PCICFG_MEMGRAN)); in pcicfg_update_bridge()
3904 PCICFG_MEMGRAN)))); in pcicfg_update_bridge()
3911 PCICFG_MEMGRAN) - entry->memory_last)) > 0) { in pcicfg_update_bridge()
4993 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */ in pcicfg_probe_bridge()
5109 PCICFG_ROUND_DOWN((mem_answer + mem_alen), PCICFG_MEMGRAN) - 1))); in pcicfg_probe_bridge()
[all …]