rombase           112 arch/m68k/include/asm/macintosh.h 	unsigned long rombase;
rombase           124 arch/m68k/mac/config.c 		mac_bi_data.rombase = be32_to_cpup(data);
rombase           460 arch/m68k/mac/misc.c 		if (mac_bi_data.rombase == 0)
rombase           461 arch/m68k/mac/misc.c 			mac_bi_data.rombase = 0x40800000;
rombase           464 arch/m68k/mac/misc.c 		rom_reset = (void *) (mac_bi_data.rombase + 0xa);
rombase           485 arch/m68k/mac/misc.c 		unsigned long rombase = 0x40000000;
rombase           525 arch/m68k/mac/misc.c 		    : : "r" (offset), "a" (rombase) : "a0");
rombase           100 arch/x86/platform/geode/net5501.c 	unsigned char *rombase, *bios;
rombase           103 arch/x86/platform/geode/net5501.c 	rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1);
rombase           104 arch/x86/platform/geode/net5501.c 	if (!rombase) {
rombase           109 arch/x86/platform/geode/net5501.c 	bios = rombase + 0x20;	/* null terminated */
rombase           115 arch/x86/platform/geode/net5501.c 		unsigned char *model = rombase + boards[i].offset;
rombase           127 arch/x86/platform/geode/net5501.c 	iounmap(rombase);