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

/linux-4.4.14/sound/soc/samsung/
H A Di2s.c45 unsigned int txr_off; member in struct:samsung_i2s_variant_regs
373 int txr_off = i2s->variant_regs->txr_off; i2s_txctrl() local
375 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); i2s_txctrl()
390 mod |= 2 << txr_off; i2s_txctrl()
392 mod |= 0 << txr_off; i2s_txctrl()
410 mod |= 1 << txr_off; i2s_txctrl()
423 int txr_off = i2s->variant_regs->txr_off; i2s_rxctrl() local
425 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); i2s_rxctrl()
432 mod |= 2 << txr_off; i2s_rxctrl()
434 mod |= 1 << txr_off; i2s_rxctrl()
440 mod |= 0 << txr_off; i2s_rxctrl()
1390 .txr_off = 8,
1404 .txr_off = 8,
1418 .txr_off = 9,
1432 .txr_off = 8,

Completed in 59 milliseconds