Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/samsung/
Di2s.c41 unsigned int txr_off; member
370 int txr_off = i2s->variant_regs->txr_off; in i2s_txctrl() local
372 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_txctrl()
387 mod |= 2 << txr_off; in i2s_txctrl()
389 mod |= 0 << txr_off; in i2s_txctrl()
407 mod |= 1 << txr_off; in i2s_txctrl()
420 int txr_off = i2s->variant_regs->txr_off; in i2s_rxctrl() local
422 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl()
429 mod |= 2 << txr_off; in i2s_rxctrl()
431 mod |= 1 << txr_off; in i2s_rxctrl()
[all …]