Lines Matching refs:np
169 struct device_node *np; in cbe_ptcal_enable() local
172 np = of_find_node_by_path("/rtas"); in cbe_ptcal_enable()
173 if (!np) in cbe_ptcal_enable()
176 size = of_get_property(np, "ibm,cbe-ptcal-size", NULL); in cbe_ptcal_enable()
178 of_node_put(np); in cbe_ptcal_enable()
184 of_node_put(np); in cbe_ptcal_enable()
187 for_each_node_by_type(np, "mic-tm") { in cbe_ptcal_enable()
188 cbe_ptcal_enable_on_node(of_node_to_nid(np), order); in cbe_ptcal_enable()
196 for_each_node_by_type(np, "cpu") { in cbe_ptcal_enable()
197 const u32 *nid = of_get_property(np, "node-id", NULL); in cbe_ptcal_enable()
200 __func__, np->full_name); in cbe_ptcal_enable()