Lines Matching refs:g_pmu
121 static struct rockchip_pmu *g_pmu; variable
1318 if (!g_pmu) in rockchip_pd_keepon_do_release()
1321 for (i = 0; i < g_pmu->genpd_data.num_domains; i++) { in rockchip_pd_keepon_do_release()
1322 genpd = g_pmu->genpd_data.domains[i]; in rockchip_pd_keepon_do_release()
1364 dump_offset("pwr", g_pmu->info->pwr_offset); in rockchip_dump_pmu()
1365 dump_offset("status", g_pmu->info->status_offset); in rockchip_dump_pmu()
1366 dump_offset("req", g_pmu->info->req_offset); in rockchip_dump_pmu()
1367 dump_offset("idle", g_pmu->info->idle_offset); in rockchip_dump_pmu()
1368 dump_offset("ack", g_pmu->info->ack_offset); in rockchip_dump_pmu()
1369 dump_offset("mem_pwr", g_pmu->info->mem_pwr_offset); in rockchip_dump_pmu()
1370 dump_offset("chain_st", g_pmu->info->chain_status_offset); in rockchip_dump_pmu()
1371 dump_offset("mem_st", g_pmu->info->mem_status_offset); in rockchip_dump_pmu()
1372 dump_offset("repair_st", g_pmu->info->repair_status_offset); in rockchip_dump_pmu()
1373 dump_offset("clkungate", g_pmu->info->clk_ungate_offset); in rockchip_dump_pmu()
1374 dump_offset("mem_sd", g_pmu->info->mem_sd_offset); in rockchip_dump_pmu()
1493 g_pmu = pmu; in rockchip_pm_domain_probe()