Home
last modified time | relevance | path

Searched refs:txr_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/samsung/
H A Di2s.c39 unsigned int txr_off; member
395 int txr_off = priv->variant_regs->txr_off; in i2s_txctrl() local
397 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_txctrl()
412 mod |= 2 << txr_off; in i2s_txctrl()
414 mod |= 0 << txr_off; in i2s_txctrl()
432 mod |= 1 << txr_off; in i2s_txctrl()
446 int txr_off = priv->variant_regs->txr_off; in i2s_rxctrl() local
448 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl()
[all...]
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Di2s.c39 unsigned int txr_off; member
403 int txr_off = priv->variant_regs->txr_off; in i2s_txctrl() local
405 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_txctrl()
420 mod |= 2 << txr_off; in i2s_txctrl()
422 mod |= 0 << txr_off; in i2s_txctrl()
440 mod |= 1 << txr_off; in i2s_txctrl()
454 int txr_off = priv->variant_regs->txr_off; in i2s_rxctrl() local
456 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl()
[all...]

Completed in 4 milliseconds