Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/prom/
Dinit_64.c35 prom_chosen_node = prom_finddevice(prom_chosen_path); in prom_init()
41 node = prom_finddevice("/openprom"); in prom_init()
Dtree_64.c293 phandle prom_finddevice(const char *name) in prom_finddevice() function
309 EXPORT_SYMBOL(prom_finddevice);
Dmisc_64.c173 node = prom_finddevice(prom_chosen_path); in prom_get_mmu_ihandle()
192 node = prom_finddevice("/chosen"); in prom_get_memory_ihandle()
Dtree_32.c230 phandle prom_finddevice(char *name) in prom_finddevice() function
276 EXPORT_SYMBOL(prom_finddevice);
/linux-6.12.1/arch/sparc/kernel/
Dstarfire.c27 phandle ssnode = prom_finddevice("/ssp-serial"); in check_if_starfire()
Dsetup_64.c651 phandle chosen = prom_finddevice("/chosen"); in setup_arch()
/linux-6.12.1/arch/sparc/include/asm/
Doplib_32.h156 phandle prom_finddevice(char *name);
Doplib_64.h236 phandle prom_finddevice(const char *name);
/linux-6.12.1/arch/sparc/mm/
Dinit_64.c113 phandle node = prom_finddevice("/memory"); in read_obp_memory()
602 node = prom_finddevice("/virtual-memory"); in read_obp_translations()