Home
last modified time | relevance | path

Searched refs:prom_finddevice (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/sparc/prom/
Dinit_64.c37 prom_chosen_node = prom_finddevice(prom_chosen_path); in prom_init()
43 node = prom_finddevice("/openprom"); in prom_init()
Dtree_32.c229 phandle prom_finddevice(char *name) in prom_finddevice() function
275 EXPORT_SYMBOL(prom_finddevice);
Dtree_64.c292 phandle prom_finddevice(const char *name) in prom_finddevice() function
308 EXPORT_SYMBOL(prom_finddevice);
Dmisc_64.c172 node = prom_finddevice(prom_chosen_path); in prom_get_mmu_ihandle()
191 node = prom_finddevice("/chosen"); in prom_get_memory_ihandle()
/linux-4.1.27/arch/sparc/kernel/
Dstarfire.c26 phandle ssnode = prom_finddevice("/ssp-serial"); in check_if_starfire()
Dsetup_64.c624 phandle chosen = prom_finddevice("/chosen"); in setup_arch()
/linux-4.1.27/arch/sparc/include/asm/
Doplib_32.h155 phandle prom_finddevice(char *name);
Doplib_64.h235 phandle prom_finddevice(const char *name);
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c111 phandle node = prom_finddevice("/memory"); in read_obp_memory()
511 node = prom_finddevice("/virtual-memory"); in read_obp_translations()