Searched refs:SDMMC_INT_CMD_DONE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | dw_mmc.h | 379 #define SDMMC_INT_CMD_DONE BIT(2) macro
|
H A D | dw_mmc.c | 2696 if (pending & SDMMC_INT_CMD_DONE) { in dw_mci_interrupt() 2699 mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE); in dw_mci_interrupt() 2997 if (pending & (DW_MCI_CMD_ERROR_FLAGS | SDMMC_INT_CMD_DONE)) { in dw_mci_cto_timer() 3324 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_probe() 3445 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_runtime_resume()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc.h | 393 #define SDMMC_INT_CMD_DONE BIT(2) macro
|
H A D | dw_mmc.c | 2814 if (pending & SDMMC_INT_CMD_DONE) { in dw_mci_interrupt() 2817 mci_writel(host, RINTSTS, SDMMC_INT_CMD_DONE); in dw_mci_interrupt() 3122 if (pending & (DW_MCI_CMD_ERROR_FLAGS | SDMMC_INT_CMD_DONE)) { in dw_mci_cto_timer() 3449 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_probe() 3568 mci_writel(host, INTMASK, SDMMC_INT_CMD_DONE | SDMMC_INT_DATA_OVER | in dw_mci_runtime_resume()
|
Completed in 13 milliseconds