Searched refs:PCICFG_ROUND_UP (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 85 #define PCICFG_ROUND_UP(addr, gran) ((uintptr_t)((gran+addr-1)&(~(gran-1)))) macro 1240 mem_request->ra_len = PCICFG_ROUND_UP( 1275 io_request->ra_len = PCICFG_ROUND_UP(io_request->ra_len, 1379 uval = PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN); 1412 uval = PCICFG_ROUND_UP(entry->io_last, PCICFG_IOGRAN); 1560 PCICFG_ROUND_UP(entry->memory_last, entry->memory_gran)); 1567 PCICFG_ROUND_UP(entry->memory_last, entry->memory_gran)); 1574 length = PCICFG_ROUND_UP(entry->memory_last + cardbus_min_spare_mem, 1627 PCICFG_ROUND_UP(entry->io_last, entry->io_gran)); 1640 length = PCICFG_ROUND_UP(entr [all...] |
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 71 #define PCICFG_ROUND_UP(addr, gran) ((uintptr_t)((gran+addr-1)&(~(gran-1)))) macro 1025 * PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); 1053 * PCICFG_ROUND_UP(io_request->ra_len, PCICFG_IOGRAN); 1082 * PCICFG_ROUND_UP(pf_mem_request->ra_len, PCICFG_MEMGRAN); 1985 /* request.ra_len = PCICFG_ROUND_UP(request.ra_len, PCICFG_IOGRAN); */ 2342 actual_hole_start = PCICFG_ROUND_UP(hole->start, length); 2505 PCICFG_ROUND_UP( 2513 PCICFG_ROUND_UP(mem_request->ra_len, 2524 PCICFG_ROUND_UP( 2532 PCICFG_ROUND_UP(mem_reques [all...] |
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 91 #define PCICFG_ROUND_UP(addr, gran) ((uintptr_t)((gran+addr-1)&(~(gran-1)))) macro 1161 * PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); 1200 * PCICFG_ROUND_UP(io_request->ra_len, PCICFG_IOGRAN); 2422 PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); 2425 PCICFG_ROUND_UP(io_request->ra_len, PCICFG_IOGRAN); 2511 actual_hole_start = PCICFG_ROUND_UP(hole->start, length); 2656 PCICFG_ROUND_UP(mem_request->ra_len, 2665 PCICFG_ROUND_UP(mem_request->ra_len, 2674 PCICFG_ROUND_UP(io_request->ra_len, 3910 if ((length = (PCICFG_ROUND_UP(entr [all...] |
Completed in 96 milliseconds