Lines Matching refs:np
91 struct device_node *np; in mvebu_internal_reg_base() local
94 np = of_find_node_by_name(NULL, "internal-regs"); in mvebu_internal_reg_base()
95 BUG_ON(!np); in mvebu_internal_reg_base()
105 return of_translate_address(np, in_addr); in mvebu_internal_reg_base()
238 struct device_node *np; in mvebu_pm_suspend_init() local
241 np = of_find_compatible_node(NULL, NULL, in mvebu_pm_suspend_init()
243 if (!np) in mvebu_pm_suspend_init()
246 if (of_address_to_resource(np, 0, &res)) { in mvebu_pm_suspend_init()
247 of_node_put(np); in mvebu_pm_suspend_init()
252 np->full_name)) { in mvebu_pm_suspend_init()
253 of_node_put(np); in mvebu_pm_suspend_init()
260 of_node_put(np); in mvebu_pm_suspend_init()
264 of_node_put(np); in mvebu_pm_suspend_init()