MC_INTSTATUS
status = mc_ch_readl(mc, channel, MC_INTSTATUS) & mc->soc->intmask;
status = mc_readl(mc, MC_INTSTATUS) & mc->soc->intmask;
mc_ch_writel(mc, channel, status, MC_INTSTATUS);
mc_writel(mc, status, MC_INTSTATUS);
status = mc_readl(mc, MC_INTSTATUS) & mc->soc->intmask;
mc_writel(mc, status, MC_INTSTATUS);