Lines Matching +full:0 +full:x2800
19 * addresses to be allocated in the 0x000-0x0ff region
20 * modulo 0x400.
23 * the low 10 bits of the IO address. The 0x00-0xff region
25 * bits, so it's ok to allocate at, say, 0x2800-0x28ff,
26 * but we want to try to avoid allocating at 0x2900-0x2bff
27 * which might be mirrored at 0x0100-0x03ff..
34 if ((res->flags & IORESOURCE_IO) && (start & 0x300)) in pcibios_align_resource()
35 start = (start + 0x3ff) & ~0x3ff; in pcibios_align_resource()
54 for (idx = 0; idx < 6; idx++) { in pcibios_enable_device()
79 pr_info("PCI: enabling device %s (0x%04x -> 0x%04x)\n", in pcibios_enable_device()
83 return 0; in pcibios_enable_device()