Home
last modified time | relevance | path

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

/linux-3.3/drivers/leds/
Dleds-net5501.c62 unsigned char *rombase, *bios; in soekris_init() local
67 rombase = ioremap(0xffff0000, 0xffff); in soekris_init()
68 if (!rombase) { in soekris_init()
73 bios = rombase + 0x20; /* null terminated */ in soekris_init()
79 unsigned char *model = rombase + boards[i].offset; in soekris_init()
91 iounmap(rombase); in soekris_init()
/linux-3.3/arch/m68k/mac/
Dmisc.c539 if (mac_bi_data.rombase == 0) in mac_reset()
540 mac_bi_data.rombase = 0x40800000; in mac_reset()
543 rom_reset = (void *) (mac_bi_data.rombase + 0xa); in mac_reset()
573 unsigned long rombase = 0x40000000; in mac_reset() local
612 : : "r" (offset), "a" (rombase) : "a0"); in mac_reset()
Dconfig.c149 mac_bi_data.rombase = *data; in mac_parse_bootinfo()
/linux-3.3/arch/m68k/include/asm/
Dbootinfo.h200 unsigned long rombase; member
320 unsigned long rombase; member