Searched refs:prom_getstring (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/sparc/prom/ |
H A D | bootstr_64.c | 40 prom_getstring(prom_chosen_node, "bootargs", in prom_getbootargs()
|
H A D | init_64.c | 45 prom_getstring(node, "version", prom_version, sizeof(prom_version)); in prom_init()
|
H A D | tree_32.c | 170 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring() function 178 EXPORT_SYMBOL(prom_getstring);
|
H A D | tree_64.c | 188 void prom_getstring(phandle node, const char *prop, char *user_buf, in prom_getstring() function 198 EXPORT_SYMBOL(prom_getstring);
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pcic.c | 354 prom_getstring(node, "name", namebuf, 63); namebuf[63] = 0; in pcic_probe() 368 prom_getstring(prom_root_node, "name", namebuf, 63); namebuf[63] = 0; in pcic_probe() 482 prom_getstring(node, "name", namebuf, 63); namebuf[63] = 0; in pcic_map_pci_device() 541 prom_getstring(node, "name", namebuf, sizeof(namebuf)); in pcic_fill_irq()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | oplib_32.h | 143 void prom_getstring(phandle node, char *prop, char *buf, int bufsize);
|
H A D | oplib_64.h | 211 void prom_getstring(phandle node, const char *prop, char *buf,
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | oplib.h | 242 extern void prom_getstring(int node, char *prop, char *buf, int bufsize);
|
/openbmc/linux/arch/sparc/mm/ |
H A D | srmmu.c | 917 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in srmmu_paging_init() 1040 prom_getstring(nd, "device_type", node_str, sizeof(node_str)); in init_vac_layout() 1603 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str)); in get_srmmu_type()
|