/kernel/linux/linux-5.10/arch/sparc/prom/ |
H A D | tree_64.c | 145 int prom_getint(phandle node, const char *prop) in prom_getint() function 154 EXPORT_SYMBOL(prom_getint); variable 164 retval = prom_getint(node, property); in prom_getintdefault()
|
H A D | tree_32.c | 130 int prom_getint(phandle node, char *prop) in prom_getint() function 139 EXPORT_SYMBOL(prom_getint); variable 148 retval = prom_getint(node, property); in prom_getintdefault()
|
H A D | init_64.c | 42 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
|
H A D | misc_64.c | 174 ret = prom_getint(node, prom_mmu_name); in prom_get_mmu_ihandle() 193 ret = prom_getint(node, "memory"); in prom_get_memory_ihandle()
|
/kernel/linux/linux-6.6/arch/sparc/prom/ |
H A D | tree_64.c | 145 int prom_getint(phandle node, const char *prop) in prom_getint() function 154 EXPORT_SYMBOL(prom_getint); variable 164 retval = prom_getint(node, property); in prom_getintdefault()
|
H A D | tree_32.c | 130 int prom_getint(phandle node, char *prop) in prom_getint() function 139 EXPORT_SYMBOL(prom_getint); variable 148 retval = prom_getint(node, property); in prom_getintdefault()
|
H A D | init_64.c | 42 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
|
H A D | misc_64.c | 174 ret = prom_getint(node, prom_mmu_name); in prom_get_mmu_ihandle() 193 ret = prom_getint(node, "memory"); in prom_get_memory_ihandle()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | oplib_32.h | 134 int prom_getint(phandle node, char *property);
|
H A D | oplib_64.h | 202 int prom_getint(phandle node, const char *property);
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | oplib_32.h | 134 int prom_getint(phandle node, char *property);
|
H A D | oplib_64.h | 202 int prom_getint(phandle node, const char *property);
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | oplib.h | 233 extern int prom_getint(int node, char *property);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | oplib.h | 233 extern int prom_getint(int node, char *property);
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | time_64.c | 179 if (is_cpu_node && (prom_getint(node, "upa-portid") == cpuid || in cpuid_to_freq() 180 prom_getint(node, "cpuid") == cpuid)) in cpuid_to_freq()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | time_64.c | 179 if (is_cpu_node && (prom_getint(node, "upa-portid") == cpuid || in cpuid_to_freq() 180 prom_getint(node, "cpuid") == cpuid)) in cpuid_to_freq()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 1043 vac_line_size = prom_getint(nd, "cache-line-size"); in init_vac_layout() 1048 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 1042 vac_line_size = prom_getint(nd, "cache-line-size"); in init_vac_layout() 1047 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()
|