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