Searched refs:PHP_CRU_BASE (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/ |
| H A D | pm_pd_regs.c | 210 REG_REGION(0x200, 0x218, 4, PHP_CRU_BASE, WMSK_VAL), 211 REG_REGION(0x800, 0x800, 4, PHP_CRU_BASE, WMSK_VAL), 212 REG_REGION(0xa00, 0xa00, 4, PHP_CRU_BASE, WMSK_VAL), 530 php_ppll_con0 = mmio_read_32(PHP_CRU_BASE + 0x200); in pd_php_save() 533 mmio_write_32(PHP_CRU_BASE + 0x200, BITS_WITH_WMASK(1u, 1u, 15)); in pd_php_save() 543 pm_pll_wait_lock(PHP_CRU_BASE + 0x200); in pd_php_restore() 546 mmio_write_32(PHP_CRU_BASE + 0x200, WITH_16BITS_WMSK(php_ppll_con0)); in pd_php_restore()
|
| H A D | pmu.c | 204 clk_save[j] = mmio_read_32(PHP_CRU_BASE + PHPCRU_CLKGATE_CON); in clk_gate_con_save() 220 mmio_write_32(PHP_CRU_BASE + PHPCRU_CLKGATE_CON, 0xffff0000); in clk_gate_con_disable() 237 mmio_write_32(PHP_CRU_BASE + PHPCRU_CLKGATE_CON, in clk_gate_con_restore()
|
| /rk3399_ARM-atf/plat/rockchip/rk3588/ |
| H A D | rk3588_def.h | 65 #define PHP_CRU_BASE 0xfd7c8000 macro
|
| /rk3399_ARM-atf/plat/rockchip/rk3576/ |
| H A D | rk3576_def.h | 59 #define PHP_CRU_BASE 0x27208000 macro
|
| /rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/ |
| H A D | pmu.c | 335 mmio_write_32(PHP_CRU_BASE + PHP_CRU_CLKGATE_CON(i), 0xffff0000); in clk_gate_con_disable() 358 clk_save[j] = mmio_read_32(PHP_CRU_BASE + PHP_CRU_CLKGATE_CON(i)); in clk_gate_con_save() 382 mmio_write_32(PHP_CRU_BASE + PHP_CRU_CLKGATE_CON(i), in clk_gate_con_restore()
|