Searched refs:fw_getcmdline (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/include/asm/fw/
H A Dfw.h25 extern char *fw_getcmdline(void);
/linux-master/arch/mips/mti-malta/
H A Dmalta-init.c75 if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) {
81 if ((strstr(fw_getcmdline(), "console=")) == NULL) {
84 strcat(fw_getcmdline(), console_string);
H A Dmalta-setup.c103 if (strstr(fw_getcmdline(), "iobcuncached")) {
141 char *optptr, *argptr = fw_getcmdline();
187 argptr = fw_getcmdline();
/linux-master/arch/mips/fw/lib/
H A Dcmdline.c47 char * __init fw_getcmdline(void) function
/linux-master/arch/mips/pic32/pic32mzda/
H A Dearly_console.c81 return fw_getcmdline();
/linux-master/arch/mips/generic/
H A Dyamon-dt.c34 err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline());

Completed in 282 milliseconds