Searched refs:rombase (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/leds/
H A Dleds-net5501.c61 unsigned char *rombase, *bios; local
66 rombase = ioremap(0xffff0000, 0xffff);
67 if (!rombase) {
68 printk(KERN_INFO "Soekris net5501 LED driver failed to get rombase");
72 bios = rombase + 0x20; /* null terminated */
78 unsigned char *model = rombase + boards[i].offset;
90 iounmap(rombase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/leds/
H A Dleds-net5501.c61 unsigned char *rombase, *bios; local
66 rombase = ioremap(0xffff0000, 0xffff);
67 if (!rombase) {
68 printk(KERN_INFO "Soekris net5501 LED driver failed to get rombase");
72 bios = rombase + 0x20; /* null terminated */
78 unsigned char *model = rombase + boards[i].offset;
90 iounmap(rombase);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-brcm/
H A Dbcm5301x.c224 void __iomem * rombase = NULL; local
235 rombase = ioremap( lut_pa, PAGE_SIZE );
236 if( rombase == NULL )
240 writel( val, rombase + offset );
249 iounmap( rombase );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x.c224 void __iomem * rombase = NULL; local
235 rombase = ioremap( lut_pa, PAGE_SIZE );
236 if( rombase == NULL )
240 writel( val, rombase + offset );
249 iounmap( rombase );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Dbootinfo.h200 unsigned long rombase; member in struct:mac_booter_data
320 unsigned long rombase; member in struct:compat_bi_Macintosh
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbootinfo.h200 unsigned long rombase; member in struct:mac_booter_data
320 unsigned long rombase; member in struct:compat_bi_Macintosh
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/mac/
H A Dmisc.c487 if (mac_bi_data.rombase == 0)
488 mac_bi_data.rombase = 0x40800000;
491 rom_reset = (void *) (mac_bi_data.rombase + 0xa);
521 unsigned long rombase = 0x40000000; local
560 : : "r" (offset), "a" (rombase) : "a0");
H A Dconfig.c124 mac_bi_data.rombase = *data;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/mac/
H A Dmisc.c487 if (mac_bi_data.rombase == 0)
488 mac_bi_data.rombase = 0x40800000;
491 rom_reset = (void *) (mac_bi_data.rombase + 0xa);
521 unsigned long rombase = 0x40000000; local
560 : : "r" (offset), "a" (rombase) : "a0");
H A Dconfig.c124 mac_bi_data.rombase = *data;

Completed in 85 milliseconds