Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c1888 PCICFG_ROUND_UP(mem_request->ra_len, in cardbus_sum_resources()
1917 PCICFG_ROUND_UP(io_request->ra_len, in cardbus_sum_resources()
1946 mem_request->ra_len = PCICFG_ROUND_UP( in cardbus_sum_resources()
1948 io_request->ra_len = PCICFG_ROUND_UP( in cardbus_sum_resources()
1967 PCICFG_ROUND_UP( in cardbus_sum_resources()
1981 PCICFG_ROUND_UP( in cardbus_sum_resources()
2027 mem_request->ra_len = PCICFG_ROUND_UP( in cardbus_sum_resources()
2030 io_request->ra_len = PCICFG_ROUND_UP( in cardbus_sum_resources()
2089 PCICFG_ROUND_UP(mem_request->ra_len, in cardbus_sum_resources()
2108 PCICFG_ROUND_UP(mem_request->ra_len, in cardbus_sum_resources()
[all …]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2379 actual_hole_start = PCICFG_ROUND_UP(hole->start, length); in pcicfg_alloc_hole()
2542 PCICFG_ROUND_UP( in pcicfg_sum_resources()
2550 PCICFG_ROUND_UP(mem_request->ra_len, in pcicfg_sum_resources()
2561 PCICFG_ROUND_UP( in pcicfg_sum_resources()
2569 PCICFG_ROUND_UP(mem_request->ra_len, in pcicfg_sum_resources()
2579 PCICFG_ROUND_UP(io_request->ra_len, in pcicfg_sum_resources()
3351 if ((length = (PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN) in pcicfg_update_bridge()
3392 if ((length = (PCICFG_ROUND_UP(entry->io_last, PCICFG_IOGRAN) in pcicfg_update_bridge()
4342 mem_end = PCICFG_ROUND_UP(phdl.memory_base, PCICFG_MEMGRAN); in pcicfg_probe_bridge()
4343 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN); in pcicfg_probe_bridge()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c93 #define PCICFG_ROUND_UP(addr, gran) ((uintptr_t)((gran+addr-1)&(~(gran-1)))) macro
2419 PCICFG_ROUND_UP(mem_request->ra_len, PCICFG_MEMGRAN); in pcicfg_allocate_chunk()
2422 PCICFG_ROUND_UP(io_request->ra_len, PCICFG_IOGRAN); in pcicfg_allocate_chunk()
2508 actual_hole_start = PCICFG_ROUND_UP(hole->start, length); in pcicfg_alloc_hole()
2651 PCICFG_ROUND_UP(mem_request->ra_len, in pcicfg_sum_resources()
2660 PCICFG_ROUND_UP(mem_request->ra_len, in pcicfg_sum_resources()
2669 PCICFG_ROUND_UP(io_request->ra_len, in pcicfg_sum_resources()
3914 if ((length = (PCICFG_ROUND_UP(entry->memory_last, in pcicfg_update_bridge()
3939 if ((length = (PCICFG_ROUND_UP(entry->io_last, in pcicfg_update_bridge()
5364 mem_end = PCICFG_ROUND_UP(phdl.memory_base, PCICFG_MEMGRAN); in pcicfg_probe_bridge()
[all …]