Home
last modified time | relevance | path

Searched refs:of_early_console (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/nios2/include/asm/
Dprom.h20 extern unsigned long __init of_early_console(void);
/linux-4.1.27/arch/microblaze/include/asm/
Dprom.h25 extern int of_early_console(void *version);
/linux-4.1.27/arch/nios2/kernel/
Dprom.c106 unsigned long __init of_early_console(void) in of_early_console() function
Dearly_printk.c99 base_addr = of_early_console(); in setup_early_printk()
/linux-4.1.27/arch/microblaze/kernel/
Dprom.c95 int __init of_early_console(void *version) in of_early_console() function
Dearly_printk.c118 base_addr = of_early_console(&version); in setup_early_printk()