Searched refs:WITH_16BITS_WMSK (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/ |
| H A D | rv1106_pm.c | 465 writel_relaxed(WITH_16BITS_WMSK(ddr_data.cru_gate_con[i]), in clock_resume() 469 writel_relaxed(WITH_16BITS_WMSK(ddr_data.pmucru_gate_con[i]), in clock_resume() 473 writel_relaxed(WITH_16BITS_WMSK(ddr_data.pericru_gate_con[i]), in clock_resume() 477 writel_relaxed(WITH_16BITS_WMSK(ddr_data.npucru_gate_con[i]), in clock_resume() 481 writel_relaxed(WITH_16BITS_WMSK(ddr_data.venccru_gate_con[i]), in clock_resume() 485 writel_relaxed(WITH_16BITS_WMSK(ddr_data.vicru_gate_con[i]), in clock_resume() 489 writel_relaxed(WITH_16BITS_WMSK(ddr_data.vocru_gate_con[i]), in clock_resume() 544 writel_relaxed(WITH_16BITS_WMSK(pvtm_div), in pvtm_32k_config() 561 writel_relaxed(WITH_16BITS_WMSK(ddr_data.pmucru_sel_con7), in pvtm_32k_config_restore() 603 writel_relaxed(WITH_16BITS_WMSK(ddr_data.ddrgrf_con3), in ddr_sleep_config_restore() [all …]
|
| H A D | rkpm_helpers.h | 46 #ifndef WITH_16BITS_WMSK 47 #define WITH_16BITS_WMSK(bits) (0xffff0000 | (bits)) macro
|