Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dpm_domains.c121 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()
[all …]