Lines Matching +full:rv1106 +full:- +full:cru
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
133 /* cru */
286 while (delay-- >= 0) { in pm_pll_wait_lock()
406 rkpm_bootdata_cpusp = RV1106_PMUSRAM_BASE + (SZ_8K - 8); in rv1106_config_bootdata()
540 pvtm_div = (pvtm_freq_khz + 16) / 32 - 1; in pvtm_32k_config()
959 rkpm_printstr("rv1106 enter sleep\n"); in rv1106_suspend_enter()
965 rkpm_printch('-'); in rv1106_suspend_enter()
983 rkpm_printstr("-WFI-"); in rv1106_suspend_enter()
1002 rkpm_printch('-'); in rv1106_suspend_enter()
1009 rkpm_printstr("rv1106 exit sleep\n"); in rv1106_suspend_enter()
1020 pr_info("%s map dev_reg 0x%x -> 0x%x\n", in rv1106_suspend_init()
1114 .compatible = "rockchip,rv1106-pmu",
1133 pm_data = (struct rockchip_pm_data *)match->data; in rockchip_suspend_init()
1135 if (pm_data->init) { in rockchip_suspend_init()
1136 ret = pm_data->init(np); in rockchip_suspend_init()
1144 suspend_set_ops(pm_data->ops); in rockchip_suspend_init()