Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/common/include/
H A Dplat_private.h43 #define REG_MSK_SHIFT 16 macro
46 #define WMSK_BIT(nr) BIT((nr) + REG_MSK_SHIFT)
60 (BITS_SHIFT(bits, shift) | BITS_SHIFT(msk, (shift + REG_MSK_SHIFT)))
/rk3399_ARM-atf/plat/rockchip/px30/drivers/soc/
H A Dsoc.h13 #define BITS_WMSK(msk, shift) ((msk) << (shift + REG_MSK_SHIFT))
/rk3399_ARM-atf/plat/rockchip/rk3328/drivers/soc/
H A Dsoc.h21 #define BITS_WMSK(msk, shift) ((msk) << (shift + REG_MSK_SHIFT))
/rk3399_ARM-atf/plat/rockchip/rk3576/
H A Drk3576_def.h13 #define BITS_WMSK(msk, shift) ((msk) << ((shift) + REG_MSK_SHIFT))