Searched refs:MSDC_INTEN (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | sd.c | 168 val = readl(host->base + MSDC_INTEN); \ 169 sdr_clr_bits(host->base + MSDC_INTEN, val); \ 174 sdr_set_bits(host->base + MSDC_INTEN, val); \ 840 sdr_set_bits(host->base + MSDC_INTEN, wints); in msdc_command_start() 871 sdr_clr_bits(host->base + MSDC_INTEN, wints); in msdc_command_resp() 968 sdr_set_bits(host->base + MSDC_INTEN, wints); in msdc_dma_start() 988 sdr_clr_bits(host->base + MSDC_INTEN, wints); /* Not just xfer_comp */ in msdc_dma_stop() 1817 u32 inten = readl(host->base + MSDC_INTEN); inten &= intsts; in msdc_irq() 1956 sdr_clr_bits(host->base + MSDC_INTEN, MSDC_INTEN_CDSC); in msdc_enable_cd_irq() 1976 sdr_set_bits(host->base + MSDC_INTEN, MSDC_INTEN_CDSC); in msdc_enable_cd_irq() [all …]
|
D | mt6575_sd.h | 97 #define MSDC_INTEN (0x10) macro
|
/Linux-v4.19/drivers/mmc/host/ |
D | mtk-sd.c | 60 #define MSDC_INTEN 0x10 macro 690 flags = readl(host->base + MSDC_INTEN); in msdc_set_mclk() 691 sdr_clr_bits(host->base + MSDC_INTEN, flags); in msdc_set_mclk() 769 sdr_set_bits(host->base + MSDC_INTEN, flags); in msdc_set_mclk() 886 sdr_set_bits(host->base + MSDC_INTEN, data_ints_mask); in msdc_start_data() 975 sdr_clr_bits(host->base + MSDC_INTEN, cmd_ints_mask); in msdc_cmd_done() 1071 sdr_set_bits(host->base + MSDC_INTEN, cmd_ints_mask); in msdc_start_command() 1179 sdr_clr_bits(host->base + MSDC_INTEN, data_ints_mask); in msdc_data_xfer_done() 1304 event_mask = readl(host->base + MSDC_INTEN); in msdc_irq() 1350 writel(0, host->base + MSDC_INTEN); in msdc_init_hw() [all …]
|