Lines Matching refs:PCICFG_IOGRAN
95 #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()
5150 PCICFG_ROUND_DOWN(io_answer + io_alen, PCICFG_IOGRAN))) in pcicfg_probe_bridge()
5157 if (PCICFG_ROUND_DOWN((io_answer + io_alen), PCICFG_IOGRAN) in pcicfg_probe_bridge()
5163 PCICFG_IOGRAN); in pcicfg_probe_bridge()
5166 PCICFG_IOGRAN)); in pcicfg_probe_bridge()
5362 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN); in pcicfg_probe_bridge()