Lines Matching +full:64 +full:mib
30 #define ROM_PROBE_STEP_SIZE (64*1024)
56 * 4MiB lower in the address space than the data.
62 * The bits are 6 and 7. If both bits are set, it is a 5MiB window.
63 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a
64 * 64KiB window.
71 * If all bits are enabled, we have a 16? MiB window
132 * set up by the BIOS, and the 4MiB offset for the lock registers in ck804xrom_init_one()
133 * requires the full 5MiB of window space. in ck804xrom_init_one()
145 window->phys = 0xffb00000; /* 5MiB */ in ck804xrom_init_one()
147 window->phys = 0xffc00000; /* 4MiB */ in ck804xrom_init_one()
149 window->phys = 0xffff0000; /* 64KiB */ in ck804xrom_init_one()
162 window->phys = 0xff000000; /* 16MiB, hardcoded for now */ in ck804xrom_init_one()
206 * Probe at most the last 4MiB of the address space. in ck804xrom_init_one()