Searched refs:fw_getcmdline (Results 1 – 6 of 6) sorted by relevance
103 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_setup_iocoherency()141 char *optptr, *argptr = fw_getcmdline(); in pci_clock_check()185 argptr = fw_getcmdline(); in bonito_quirks_setup()
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()
25 extern char *fw_getcmdline(void);
47 char * __init fw_getcmdline(void) in fw_getcmdline() function
81 return fw_getcmdline(); in pic32_getcmdline()
34 err = fdt_setprop_string(fdt, chosen_off, "bootargs", fw_getcmdline()); in yamon_dt_append_cmdline()
Completed in 7 milliseconds