Lines Matching refs:np
128 static void __init armada_370_coherency_init(struct device_node *np) in armada_370_coherency_init() argument
133 of_address_to_resource(np, 0, &res); in armada_370_coherency_init()
142 coherency_base = of_iomap(np, 0); in armada_370_coherency_init()
143 coherency_cpu_base = of_iomap(np, 1); in armada_370_coherency_init()
184 static void __init armada_375_380_coherency_init(struct device_node *np) in armada_375_380_coherency_init() argument
188 coherency_cpu_base = of_iomap(np, 0); in armada_375_380_coherency_init()
216 struct device_node *np; in coherency_type() local
244 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
245 if (!np) in coherency_type()
250 of_node_put(np); in coherency_type()
282 struct device_node *np; in coherency_init() local
284 np = of_find_matching_node(NULL, of_coherency_table); in coherency_init()
287 armada_370_coherency_init(np); in coherency_init()
290 armada_375_380_coherency_init(np); in coherency_init()
292 of_node_put(np); in coherency_init()