Searched defs:prom_getenv (Results 1 - 8 of 8) sorted by relevance

/arch/mips/pnx833x/common/
H A Dprom.c45 char __init *prom_getenv(char *envname) function
/arch/mips/alchemy/common/
H A Dprom.c57 char *prom_getenv(char *envname) function
112 ethaddr_str = prom_getenv("ethaddr");
/arch/mips/loongson1/common/
H A Dprom.c22 char *prom_getenv(char *envname) function
40 char *str = prom_getenv(env);
/arch/mips/fw/sni/
H A Dsniprom.c73 char *prom_getenv(char *s) function
/arch/mips/ar7/
H A Dprom.c41 char *prom_getenv(const char *name) function
51 EXPORT_SYMBOL(prom_getenv); variable
209 s = prom_getenv("modetty0");
/arch/mips/include/asm/dec/
H A Dprom.h139 #define prom_getenv(x) _prom_getenv(__prom_getenv, NULL, x) macro
156 #define prom_getenv __prom_getenv macro
/arch/mips/pmcs-msp71xx/
H A Dmsp_prom.c144 ethaddr_str = prom_getenv(ethaddr_name);
171 char *feature = prom_getenv(FEATURES);
196 char *deviceid = prom_getenv(DEVICEID);
285 char *prom_getenv(char *env_name) function
429 str = prom_getenv(memsz_env);
446 str = prom_getenv(heaptop_env);
/arch/mips/txx9/generic/
H A Dsetup.c345 envstr = prom_getenv("board");
405 const char *__init prom_getenv(const char *name) function

Completed in 216 milliseconds