Home
last modified time | relevance | path

Searched refs:cspmu_np (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_debug.c536 struct device_node *debug_np = NULL, *cspmu_np = NULL; in rockchip_debug_init() local
550 cspmu_np = of_find_matching_node_and_match(NULL, in rockchip_debug_init()
553 if (cspmu_np) { in rockchip_debug_init()
557 rockchip_cs_pmu[i] = of_iomap(cspmu_np, i); in rockchip_debug_init()
559 of_node_put(cspmu_np); in rockchip_debug_init()
570 if (!edpcsr_present && !cspmu_np) in rockchip_debug_init()