Lines Matching refs:of_get_property
86 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port()
91 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port()
94 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port()
174 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_soc_port()
178 if ((of_get_property(np, "reg-offset", NULL) != NULL)) in add_legacy_soc_port()
182 if (of_get_property(np, "used-by-rtas", NULL) != NULL) in add_legacy_soc_port()
216 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port()
227 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port()
240 of_get_property(isa_brg, "ranges", NULL)) { in add_legacy_isa_port()
271 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_pci_port()
297 const __be32 *reg = of_get_property(np, "reg", NULL); in add_legacy_pci_port()
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()
631 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
633 name = of_get_property(of_chosen, "stdout-path", NULL); in check_legacy_serial_console()
645 name = of_get_property(prom_stdout, "name", NULL); in check_legacy_serial_console()
650 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()