Searched refs:fw_getcmdline (Results 1 – 5 of 5) sorted by relevance
/arch/mips/mti-sead3/ |
D | sead3-init.c | 28 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/ |
D | malta-setup.c | 113 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()
|
D | malta-init.c | 75 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/ |
D | fw.h | 40 extern char *fw_getcmdline(void);
|
/arch/mips/fw/lib/ |
D | cmdline.c | 45 char * __init fw_getcmdline(void) in fw_getcmdline() function
|