Searched refs:msk_int (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c572 u32 msk_int, idma_int; local
580 msk_int = mmc_readl(host, REG_MISTA);
583 host->mrq, msk_int, idma_int); local
590 host->int_sum |= msk_int;
605 if (msk_int & SDXC_SDIO_INTERRUPT)
608 mmc_writel(host, REG_RINTR, msk_int);

Completed in 139 milliseconds