Searched refs:PSR_PSVAL (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/samsung/ | ||
H A D | i2s-regs.h | 135 #define PSR_PSVAL(x) ((((x) - 1) << 8) & 0x3f00) macro |
H A D | i2s.c | 1598 writel(PSR_PSVAL(2) | PSR_PSREN, priv->addr + I2SPSR); in fsd_i2s_fixup_late() |