Searched refs:SPPCTL_MOON_REG_MASK_SHIFT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/pinctrl/sunplus/
H A Dsppctl.c237 mask = GENMASK(bit_sz - 1, 0) << SPPCTL_MOON_REG_MASK_SHIFT;
H A Dsppctl.h47 #define SPPCTL_MOON_REG_MASK_SHIFT 16 macro
48 #define SPPCTL_SET_MOON_REG_BIT(bit) (BIT((bit) + SPPCTL_MOON_REG_MASK_SHIFT) | BIT(bit))
49 #define SPPCTL_CLR_MOON_REG_BIT(bit) BIT((bit) + SPPCTL_MOON_REG_MASK_SHIFT)

Completed in 126 milliseconds