Searched refs:ltq_rcu_np (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/lantiq/xway/ |
D | reset.c | 49 static struct device_node *ltq_rcu_np; variable 64 if (of_device_is_compatible(ltq_rcu_np, "lantiq,rcu-xrx200")) in ltq_boot_select() 84 if (!of_device_is_compatible(ltq_rcu_np, "lantiq,rcu-xrx200")) { in xrx200_gphy_boot() 181 if (of_device_is_compatible(ltq_rcu_np, "lantiq,rcu-xrx200")) in ltq_machine_restart() 207 ltq_rcu_np = of_find_compatible_node(NULL, NULL, "lantiq,rcu-xway"); in mips_reboot_setup() 208 if (!ltq_rcu_np) in mips_reboot_setup() 209 ltq_rcu_np = of_find_compatible_node(NULL, NULL, in mips_reboot_setup() 213 if (!ltq_rcu_np) in mips_reboot_setup() 216 if (of_address_to_resource(ltq_rcu_np, 0, &res)) in mips_reboot_setup()
|