Searched refs:SUN3X_PROM_BASE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsun3xprom.h30 #define SUN3X_PROM_BASE 0xfefe0000 macro
31 #define SUN3X_P_GETCHAR (SUN3X_PROM_BASE + 20)
32 #define SUN3X_P_PUTCHAR (SUN3X_PROM_BASE + 24)
33 #define SUN3X_P_MAYGET (SUN3X_PROM_BASE + 28)
34 #define SUN3X_P_MAYPUT (SUN3X_PROM_BASE + 32)
35 #define SUN3X_P_REBOOT (SUN3X_PROM_BASE + 96)
36 #define SUN3X_P_SETLEDS (SUN3X_PROM_BASE + 144)
37 #define SUN3X_P_ABORT (SUN3X_PROM_BASE + 152)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dprom.c105 romvec = (struct linux_romvec *)SUN3X_PROM_BASE;

Completed in 104 milliseconds