Searched defs:PCICFG_MEMGRAN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/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);
1549 bridge_gran = PCICFG_MEMGRAN;
1605 PCICFG_MEMGRAN);
1893 PCICFG_MEMGRAN)) {
1901 PCICFG_MEMGRAN) -
1905 PCICFG_MEMGRAN));
1912 PCICFG_MEMGRAN) -
1916 PCICFG_MEMGRAN));
1952 PCICFG_MEMGRAN);
[all...]
/illumos-gate/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 */
1025 * PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN);
1077 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */
1082 * PCICFG_ROUND_UP(pf_mem_request->ra_len, PCICFG_MEMGRAN);
3614 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN));
3618 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN))));
3624 if ((length = (PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN)
[all...]
/illumos-gate/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 */
1161 * PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN);
2414 PCICFG_MEMGRAN - 1; /* 1M alignment on memory space */
2422 PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN);
3899 PCICFG_MEMGRAN));
3904 PCICFG_MEMGRAN))));
3911 PCICFG_MEMGRAN) - entry->memory_last)) > 0) {
4993 PCICFG_MEMGRAN
[all...]

Completed in 139 milliseconds