Lines Matching refs:np
100 static void __init armada_370_coherency_init(struct device_node *np) in armada_370_coherency_init() argument
104 of_address_to_resource(np, 0, &res); in armada_370_coherency_init()
113 coherency_base = of_iomap(np, 0); in armada_370_coherency_init()
114 coherency_cpu_base = of_iomap(np, 1); in armada_370_coherency_init()
138 static void __init armada_375_380_coherency_init(struct device_node *np) in armada_375_380_coherency_init() argument
142 coherency_cpu_base = of_iomap(np, 0); in armada_375_380_coherency_init()
170 struct device_node *np; in coherency_type() local
198 np = of_find_matching_node_and_match(NULL, of_coherency_table, &match); in coherency_type()
199 if (!np) in coherency_type()
204 of_node_put(np); in coherency_type()
217 struct device_node *np; in coherency_init() local
219 np = of_find_matching_node(NULL, of_coherency_table); in coherency_init()
222 armada_370_coherency_init(np); in coherency_init()
225 armada_375_380_coherency_init(np); in coherency_init()
227 of_node_put(np); in coherency_init()