Searched refs:TMIO_STAT_DATAEND (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | tmio_mmc.h | 53 #define TMIO_STAT_DATAEND BIT(2) macro 102 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND) 103 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
|
H A D | tmio_mmc_core.c | 504 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq() 508 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq() 622 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq() 623 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
|
H A D | uniphier-sd.c | 109 * not been kicked yet. Enable the TMIO_STAT_DATAEND irq only in uniphier_sd_external_dma_callback() 113 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_external_dma_callback() 237 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_internal_dma_issue()
|
H A D | renesas_sdhi_internal_dmac.c | 225 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_tasklet_fn()
|
H A D | renesas_sdhi_sys_dmac.c | 329 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_sys_dmac_issue_tasklet_fn()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | tmio_mmc.h | 53 #define TMIO_STAT_DATAEND BIT(2) macro 109 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND) 110 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
|
H A D | tmio_mmc_core.c | 550 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq() 554 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq() 668 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq() 669 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
|
H A D | uniphier-sd.c | 118 * not been kicked yet. Enable the TMIO_STAT_DATAEND irq only in uniphier_sd_external_dma_callback() 122 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_external_dma_callback() 245 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_internal_dma_issue()
|
H A D | renesas_sdhi_internal_dmac.c | 447 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_tasklet_fn()
|
H A D | renesas_sdhi_sys_dmac.c | 331 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_sys_dmac_issue_tasklet_fn()
|
Completed in 10 milliseconds