Loading drivers/mmc/host/cmdq_hci.c +2 −0 Original line number Diff line number Diff line Loading @@ -763,6 +763,8 @@ static int cmdq_halt(struct mmc_host *mmc, bool halt) cq_host->ops->clear_set_irqs(mmc, false); ret = ret ? 0 : -ETIMEDOUT; } else { if (cq_host->ops->set_data_timeout) cq_host->ops->set_data_timeout(mmc, 0xf); if (cq_host->ops->clear_set_irqs) cq_host->ops->clear_set_irqs(mmc, true); cmdq_writel(cq_host, cmdq_readl(cq_host, CQCTL) & ~HALT, Loading Loading
drivers/mmc/host/cmdq_hci.c +2 −0 Original line number Diff line number Diff line Loading @@ -763,6 +763,8 @@ static int cmdq_halt(struct mmc_host *mmc, bool halt) cq_host->ops->clear_set_irqs(mmc, false); ret = ret ? 0 : -ETIMEDOUT; } else { if (cq_host->ops->set_data_timeout) cq_host->ops->set_data_timeout(mmc, 0xf); if (cq_host->ops->clear_set_irqs) cq_host->ops->clear_set_irqs(mmc, true); cmdq_writel(cq_host, cmdq_readl(cq_host, CQCTL) & ~HALT, Loading