Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-rockchip/
A Dpsci_rk322x.c174 dram_d.cru_clksel21 | BITS_WMSK(0x3fff, 0) | in plls_restore()
175 BITS_WMSK(0x3, 14)); in plls_restore()
179 dram_d.cru_clksel0 | BITS_WMSK(0x1f, 8)); in plls_restore()
181 dram_d.cru_clksel1 | BITS_WMSK(0x3, 8) | BITS_WMSK(0x7, 12)); in plls_restore()
185 dram_d.cru_clksel10 | BITS_WMSK(0x1f, 0) | in plls_restore()
186 BITS_WMSK(0x3, 8) | BITS_WMSK(0x7, 12)); in plls_restore()
190 dram_d.cru_clksel0 | BITS_WMSK(0x1f, 0)); in plls_restore()
192 dram_d.cru_clksel1 | BITS_WMSK(0xf, 0) | BITS_WMSK(0x7, 4)); in plls_restore()
196 dram_d.cru_mode_con | BITS_WMSK(0x1, PLL_MODE_BIT(APLL_ID))); in plls_restore()
198 dram_d.cru_mode_con | BITS_WMSK(0x1, PLL_MODE_BIT(CPLL_ID))); in plls_restore()
[all …]
A Dcommon.h23 #define BITS_WMSK(msk, shift) SHIFT_U32(msk, (shift) + REG_MSK_SHIFT) macro
25 (SHIFT_U32(bits, shift) | BITS_WMSK(msk, shift))

Completed in 4 milliseconds