Home
last modified time | relevance | path

Searched refs:PMAX_PROM_ENTRY (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-mips/dec/
Dprom.h27 #define PMAX_PROM_ENTRY(x) (VEC_RESET + (x)) /* Prom jump table */ macro
29 #define PMAX_PROM_HALT PMAX_PROM_ENTRY(2) /* valid on MIPSen */
30 #define PMAX_PROM_AUTOBOOT PMAX_PROM_ENTRY(5) /* valid on MIPSen */
31 #define PMAX_PROM_OPEN PMAX_PROM_ENTRY(6)
32 #define PMAX_PROM_READ PMAX_PROM_ENTRY(7)
33 #define PMAX_PROM_CLOSE PMAX_PROM_ENTRY(10)
34 #define PMAX_PROM_LSEEK PMAX_PROM_ENTRY(11)
35 #define PMAX_PROM_GETCHAR PMAX_PROM_ENTRY(12)
36 #define PMAX_PROM_PUTCHAR PMAX_PROM_ENTRY(13) /* 12 on MIPSen */
37 #define PMAX_PROM_GETS PMAX_PROM_ENTRY(15)
[all …]
/linux-2.4.37.9/include/asm-mips64/dec/
Dprom.h27 #define PMAX_PROM_ENTRY(x) (VEC_RESET + (x)) /* Prom jump table */ macro
29 #define PMAX_PROM_HALT PMAX_PROM_ENTRY(2) /* valid on MIPSen */
30 #define PMAX_PROM_AUTOBOOT PMAX_PROM_ENTRY(5) /* valid on MIPSen */
31 #define PMAX_PROM_OPEN PMAX_PROM_ENTRY(6)
32 #define PMAX_PROM_READ PMAX_PROM_ENTRY(7)
33 #define PMAX_PROM_CLOSE PMAX_PROM_ENTRY(10)
34 #define PMAX_PROM_LSEEK PMAX_PROM_ENTRY(11)
35 #define PMAX_PROM_GETCHAR PMAX_PROM_ENTRY(12)
36 #define PMAX_PROM_PUTCHAR PMAX_PROM_ENTRY(13) /* 12 on MIPSen */
37 #define PMAX_PROM_GETS PMAX_PROM_ENTRY(15)
[all …]
/linux-2.4.37.9/arch/mips/dec/boot/
Ddecstation.c19 #define PMAX_PROM_ENTRY(x) (VEC_RESET+((x)*8)) /* Prom jump table */ macro
20 #define PMAX_PROM_PRINTF PMAX_PROM_ENTRY(17)