Home
last modified time | relevance | path

Searched refs:rombase (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/platform/geode/
Dnet5501.c106 unsigned char *rombase, *bios; in net5501_present() local
109 rombase = ioremap(BIOS_REGION_BASE, BIOS_REGION_SIZE - 1); in net5501_present()
110 if (!rombase) { in net5501_present()
115 bios = rombase + 0x20; /* null terminated */ in net5501_present()
121 unsigned char *model = rombase + boards[i].offset; in net5501_present()
133 iounmap(rombase); in net5501_present()
/linux-3.4.99/arch/m68k/mac/
Dmisc.c538 if (mac_bi_data.rombase == 0) in mac_reset()
539 mac_bi_data.rombase = 0x40800000; in mac_reset()
542 rom_reset = (void *) (mac_bi_data.rombase + 0xa); in mac_reset()
572 unsigned long rombase = 0x40000000; in mac_reset() local
611 : : "r" (offset), "a" (rombase) : "a0"); in mac_reset()
Dconfig.c148 mac_bi_data.rombase = *data; in mac_parse_bootinfo()
/linux-3.4.99/arch/m68k/include/asm/
Dbootinfo.h200 unsigned long rombase; member
320 unsigned long rombase; member