Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/leds/
Dleds-net5501.c61 unsigned char *rombase, *bios; in soekris_init() local
66 rombase = ioremap(0xffff0000, 0xffff); in soekris_init()
67 if (!rombase) { in soekris_init()
72 bios = rombase + 0x20; /* null terminated */ in soekris_init()
78 unsigned char *model = rombase + boards[i].offset; in soekris_init()
90 iounmap(rombase); in soekris_init()
/linux-2.6.39/arch/m68k/mac/
Dmisc.c533 if (mac_bi_data.rombase == 0) in mac_reset()
534 mac_bi_data.rombase = 0x40800000; in mac_reset()
537 rom_reset = (void *) (mac_bi_data.rombase + 0xa); in mac_reset()
567 unsigned long rombase = 0x40000000; in mac_reset() local
606 : : "r" (offset), "a" (rombase) : "a0"); in mac_reset()
Dconfig.c124 mac_bi_data.rombase = *data; in mac_parse_bootinfo()
/linux-2.6.39/arch/m68k/include/asm/
Dbootinfo.h200 unsigned long rombase; member
320 unsigned long rombase; member