Searched refs:of_chosen (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 402 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports() 404 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports() 624 if (!of_chosen) { in check_legacy_serial_console() 635 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console() 637 name = of_get_property(of_chosen, "stdout-path", NULL); in check_legacy_serial_console()
|
/linux/arch/powerpc/platforms/pasemi/ |
H A D | iommu.c | 256 iommu_off = of_chosen && in iommu_init_early_pasemi() 257 of_property_read_bool(of_chosen, "linux,iommu-off"); in iommu_init_early_pasemi()
|
/linux/drivers/of/ |
H A D | base.c | 38 struct device_node *of_chosen; variable 39 EXPORT_SYMBOL(of_chosen); 1828 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan() 1829 if (of_chosen == NULL) in of_alias_scan() 1830 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan() 1832 if (of_chosen) { in of_alias_scan() 1836 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan() 1837 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 513 if (!of_chosen) { in check_pmac_serial_console() 520 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
|
H A D | udbg_scc.c | 80 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in udbg_scc_init()
|
H A D | pic.c | 530 if (of_property_read_bool(of_chosen, "linux,bootx")) in pmac_pic_init()
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | setup.c | 266 if (!of_chosen) in chrp_init() 277 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init()
|
/linux/arch/powerpc/kexec/ |
H A D | ranges.c | 298 ret = of_property_read_u64(of_chosen, "linux,initrd-start", &base); in add_initrd_mem_range() 299 ret |= of_property_read_u64(of_chosen, "linux,initrd-end", &end); in add_initrd_mem_range()
|
/linux/drivers/video/fbdev/ |
H A D | offb.c | 666 offb_init_nodriver(pdev, of_chosen, 1); in offb_probe_bootx_noscreen()
|