Lines Matching refs:of_get_property
83 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port()
88 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port()
91 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port()
171 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_soc_port()
175 if ((of_get_property(np, "reg-offset", NULL) != NULL)) in add_legacy_soc_port()
179 if (of_get_property(np, "used-by-rtas", NULL) != NULL) in add_legacy_soc_port()
213 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port()
224 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port()
267 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_pci_port()
293 const __be32 *reg = of_get_property(np, "reg", NULL); in add_legacy_pci_port()
372 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports()
595 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console()
607 name = of_get_property(prom_stdout, "name", NULL); in check_legacy_serial_console()
612 spd = of_get_property(prom_stdout, "current-speed", NULL); in check_legacy_serial_console()