Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c89 #define PCICFG_IOGRAN 0x1000 macro
1277 io_request->ra_align_mask = max(PCICFG_IOGRAN, in cardbus_allocate_chunk()
1412 uval = PCICFG_ROUND_UP(entry->io_last, PCICFG_IOGRAN); in cardbus_setup_bridge()
1632 bridge_gran = PCICFG_IOGRAN; in cardbus_update_bridge()
1665 PCICFG_IOGRAN); in cardbus_update_bridge()
1922 PCICFG_IOGRAN)) { in cardbus_sum_resources()
1930 PCICFG_IOGRAN) - in cardbus_sum_resources()
1934 PCICFG_IOGRAN)); in cardbus_sum_resources()
1941 PCICFG_IOGRAN) - in cardbus_sum_resources()
1945 PCICFG_IOGRAN)); in cardbus_sum_resources()
[all …]
/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c75 #define PCICFG_IOGRAN 0x1000 macro
85 static int pcicfg_slot_iosize = 64 * PCICFG_IOGRAN; /* 64K per slot */
1046 PCICFG_IOGRAN - 1; /* 4K alignment on I/O space */ in pcicfg_ntbridge_allocate_resources()
3654 PCICFG_LOADDR(PCICFG_ROUND_DOWN(entry->io_last, PCICFG_IOGRAN))))); in pcicfg_update_bridge()
3657 PCICFG_LOADDR(PCICFG_ROUND_DOWN(entry->io_last, PCICFG_IOGRAN)))); in pcicfg_update_bridge()
3665 if ((length = (PCICFG_ROUND_UP(entry->io_last, PCICFG_IOGRAN) in pcicfg_update_bridge()
4203 req.ra_align_mask = PCICFG_IOGRAN - 1; /* 4k alignment */ in pcicfg_probe_bridge()
4389 PCICFG_IOGRAN)))) - 1); in pcicfg_probe_bridge()
4393 PCICFG_ROUND_DOWN(io_answer + io_alen, PCICFG_IOGRAN))) in pcicfg_probe_bridge()
4400 if (PCICFG_ROUND_DOWN((io_answer + io_alen), PCICFG_IOGRAN) in pcicfg_probe_bridge()
[all …]
/titanic_50/usr/src/uts/sun4/io/
H A Dpcicfg.c95 #define PCICFG_IOGRAN 0x1000 macro
104 static int pcicfg_slot_iosize = 16 * PCICFG_IOGRAN; /* 64K per slot */
1193 PCICFG_IOGRAN - 1; /* 4K alignment on I/O space */ in pcicfg_ntbridge_allocate_resources()
2416 PCICFG_IOGRAN - 1; /* 4K alignment on I/O space */ in pcicfg_allocate_chunk()
2425 PCICFG_ROUND_UP(io_request->ra_len, PCICFG_IOGRAN); in pcicfg_allocate_chunk()
3923 PCICFG_IOGRAN))))); in pcicfg_update_bridge()
3927 PCICFG_IOGRAN)))); in pcicfg_update_bridge()
3936 PCICFG_IOGRAN) - entry->io_last)) > 0) { in pcicfg_update_bridge()
5031 req.ra_align_mask = PCICFG_IOGRAN - 1; /* 4k alignment */ in pcicfg_probe_bridge()
5146 PCICFG_IOGRAN)))) - 1); in pcicfg_probe_bridge()
[all …]