Searched refs:txr_off (Results 1 – 1 of 1) sorted by relevance
39 unsigned int txr_off; member403 int txr_off = priv->variant_regs->txr_off; in i2s_txctrl() local405 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() local456 u32 mod = readl(addr + I2SMOD) & ~(3 << txr_off); in i2s_rxctrl()463 mod |= 2 << txr_off; in i2s_rxctrl()465 mod |= 1 << txr_off; in i2s_rxctrl()[all …]