Lines Matching +full:0 +full:x2800
43 * addresses to be allocated in the 0x000-0x0ff region
44 * modulo 0x400.
47 * the low 10 bits of the IO address. The 0x00-0xff region
49 * bits, so it's ok to allocate at, say, 0x2800-0x28ff,
50 * but we want to try to avoid allocating at 0x2900-0x2bff
51 * which might have be mirrored at 0x0100-0x03ff..
67 * Put everything into 0x00-0xff region modulo 0x400 in pcibios_align_resource()
69 if (start & 0x300) in pcibios_align_resource()
70 start = (start + 0x3ff) & ~0x3ff; in pcibios_align_resource()
89 bridge = pci_alloc_host_bridge(0); in pcibios_scanbus()
122 next_busno = 0; in pcibios_scanbus()
197 if (request_resource(parent, hose->mem_resource) < 0) in register_pci_controller()
204 if (request_resource(parent, hose->io_resource) < 0) { in register_pci_controller()
247 return 0; in pcibios_init()
257 if (err < 0) in pcibios_enable_device()