Lines Matching refs:status
155 return (mc_readl(mc, rst->status) & BIT(rst->bit)) != 0;
324 .status = tegra_mc_hotreset_status,
543 static int mc_global_intstatus_to_channel(const struct tegra_mc *mc, u32 status,
546 if ((status & mc->soc->ch_intmask) == 0)
549 *mc_channel = __ffs((status & mc->soc->ch_intmask) >>
565 unsigned long status;
580 status = mc_ch_readl(mc, channel, MC_INTSTATUS) & mc->soc->intmask;
582 status = mc_readl(mc, MC_INTSTATUS) & mc->soc->intmask;
585 if (!status)
588 for_each_set_bit(bit, &status, 32) {
725 mc_ch_writel(mc, channel, status, MC_INTSTATUS);
730 mc_writel(mc, status, MC_INTSTATUS);