Lines Matching defs:ch_inte
463 u32 ch_inte;
503 ch_inte = ioread32(priv->regs + TSI721_DEV_CHAN_INTE);
504 ch_inte &= ~(dev_ch_int & TSI721_INT_IMSG_CHAN_M);
505 iowrite32(ch_inte, priv->regs + TSI721_DEV_CHAN_INTE);
519 ch_inte = ioread32(priv->regs + TSI721_DEV_CHAN_INTE);
520 ch_inte &= ~(dev_ch_int & TSI721_INT_OMSG_CHAN_M);
521 iowrite32(ch_inte, priv->regs + TSI721_DEV_CHAN_INTE);
1852 u32 ch_inte;
1855 ch_inte = ioread32(priv->regs + TSI721_DEV_CHAN_INTE);
1856 ch_inte |= TSI721_INT_OMSG_CHAN(ch);
1857 iowrite32(ch_inte, priv->regs + TSI721_DEV_CHAN_INTE);
2142 u32 ch_inte;
2145 ch_inte = ioread32(priv->regs + TSI721_DEV_CHAN_INTE);
2146 ch_inte |= TSI721_INT_IMSG_CHAN(ch);
2147 iowrite32(ch_inte, priv->regs + TSI721_DEV_CHAN_INTE);