Home
last modified time | relevance | path

Searched refs:fw_getcmdline (Results 1 – 5 of 5) sorted by relevance

/arch/mips/mti-sead3/
Dsead3-init.c28 if ((strstr(fw_getcmdline(), "console=")) == NULL) { in console_config()
56 strcat(fw_getcmdline(), console_string); in console_config()
138 if ((strstr(fw_getcmdline(), "console=ttyS0")) != NULL) in prom_init()
140 else if ((strstr(fw_getcmdline(), "console=ttyS1")) != NULL) in prom_init()
144 if ((strstr(fw_getcmdline(), "console=")) == NULL) in prom_init()
145 strcat(fw_getcmdline(), " console=ttyS0,38400n8r"); in prom_init()
/arch/mips/mti-malta/
Dmalta-setup.c113 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_enable_iocoherency()
173 char *optptr, *argptr = fw_getcmdline(); in pci_clock_check()
217 argptr = fw_getcmdline(); in bonito_quirks_setup()
229 argptr = fw_getcmdline(); in bonito_quirks_setup()
Dmalta-init.c75 if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) { in console_config()
81 if ((strstr(fw_getcmdline(), "console=")) == NULL) { in console_config()
84 strcat(fw_getcmdline(), console_string); in console_config()
/arch/mips/include/asm/fw/
Dfw.h40 extern char *fw_getcmdline(void);
/arch/mips/fw/lib/
Dcmdline.c45 char * __init fw_getcmdline(void) in fw_getcmdline() function