Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/samsung/
Di2s.c45 unsigned int txr_off; member
373 int txr_off = i2s->variant_regs->txr_off; in i2s_txctrl() local
375 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_txctrl()
390 mod |= 2 << txr_off; in i2s_txctrl()
392 mod |= 0 << txr_off; in i2s_txctrl()
410 mod |= 1 << txr_off; in i2s_txctrl()
423 int txr_off = i2s->variant_regs->txr_off; in i2s_rxctrl() local
425 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl()
432 mod |= 2 << txr_off; in i2s_rxctrl()
434 mod |= 1 << txr_off; in i2s_rxctrl()
[all …]