Searched refs:prom_getint (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/sparc/prom/ |
D | tree_32.c | 129 int prom_getint(phandle node, char *prop) in prom_getint() function 138 EXPORT_SYMBOL(prom_getint); 147 retval = prom_getint(node, property); in prom_getintdefault()
|
D | tree_64.c | 144 int prom_getint(phandle node, const char *prop) in prom_getint() function 153 EXPORT_SYMBOL(prom_getint); 163 retval = prom_getint(node, property); in prom_getintdefault()
|
D | init_64.c | 41 prom_stdout = prom_getint(prom_chosen_node, "stdout"); in prom_init()
|
D | misc_64.c | 173 ret = prom_getint(node, prom_mmu_name); in prom_get_mmu_ihandle() 192 ret = prom_getint(node, "memory"); in prom_get_memory_ihandle()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | oplib_32.h | 133 int prom_getint(phandle node, char *property);
|
D | oplib_64.h | 201 int prom_getint(phandle node, const char *property);
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | oplib.h | 232 extern int prom_getint(int node, char *property);
|
/linux-4.4.14/arch/sparc/mm/ |
D | srmmu.c | 1026 vac_line_size = prom_getint(nd, "cache-line-size"); in init_vac_layout() 1031 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()
|