Go to the documentation of this file. 1 #ifndef __ASM_MIPSPROM_H
2 #define __ASM_MIPSPROM_H
9 #define PROM_AUTOBOOT 5
15 #define PROM_GETCHAR 11
16 #define PROM_PUTCHAR 12
17 #define PROM_SHOWCHAR 13
20 #define PROM_PRINTF 16
23 #define PROM_INITPROTO 17
24 #define PROM_PROTOENABLE 18
25 #define PROM_PROTODISABLE 19
26 #define PROM_GETPKT 20
27 #define PROM_PUTPKT 21
30 #define PROM_ORW_RMW 22
31 #define PROM_ORH_RMW 23
32 #define PROM_ORB_RMW 24
33 #define PROM_ANDW_RMW 25
34 #define PROM_ANDH_RMW 26
35 #define PROM_ANDB_RMW 27
38 #define PROM_FLUSHCACHE 28
39 #define PROM_CLEARCACHE 29
42 #define PROM_SETJMP 30
43 #define PROM_LONGJMP 31
44 #define PROM_BEVUTLB 32
45 #define PROM_GETENV 33
46 #define PROM_SETENV 34
48 #define PROM_STRCMP 36
49 #define PROM_STRLEN 37
50 #define PROM_STRCPY 38
51 #define PROM_STRCAT 39
54 #define PROM_PARSER 40
56 #define PROM_ARGVIZE 42
60 #define PROM_DUMPCMD 44
61 #define PROM_SETENVCMD 45
62 #define PROM_UNSETENVCMD 46
63 #define PROM_PRINTENVCMD 47
64 #define PROM_BEVEXCEPT 48
65 #define PROM_ENABLECMD 49
66 #define PROM_DISABLECMD 50
68 #define PROM_CLEARNOFAULT 51
69 #define PROM_NOTIMPLEMENT 52
71 #define PROM_NV_GET 53
72 #define PROM_NV_SET 54