Lines Matching refs:of_get_property
84 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port()
89 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port()
92 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port()
172 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_soc_port()
176 if ((of_get_property(np, "reg-offset", NULL) != NULL)) in add_legacy_soc_port()
180 if (of_get_property(np, "used-by-rtas", NULL) != NULL) in add_legacy_soc_port()
214 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port()
225 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port()
238 of_get_property(isa_brg, "ranges", NULL)) { in add_legacy_isa_port()
269 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_pci_port()
295 const __be32 *reg = of_get_property(np, "reg", NULL); in add_legacy_pci_port()
374 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
597 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
609 name = of_get_property(prom_stdout, "name", NULL); in check_legacy_serial_console()
614 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()