int_cntr 377 drivers/mmc/host/mxcmmc.c u32 int_cntr = host->default_irq_mask; int_cntr 403 drivers/mmc/host/mxcmmc.c int_cntr = INT_END_CMD_RES_EN; int_cntr 410 drivers/mmc/host/mxcmmc.c int_cntr |= INT_WRITE_OP_DONE_EN; int_cntr 416 drivers/mmc/host/mxcmmc.c int_cntr |= INT_SDIO_IRQ_EN; int_cntr 417 drivers/mmc/host/mxcmmc.c mxcmci_writel(host, int_cntr, MMC_REG_INT_CNTR); int_cntr 430 drivers/mmc/host/mxcmmc.c u32 int_cntr = host->default_irq_mask; int_cntr 435 drivers/mmc/host/mxcmmc.c int_cntr |= INT_SDIO_IRQ_EN; int_cntr 436 drivers/mmc/host/mxcmmc.c mxcmci_writel(host, int_cntr, MMC_REG_INT_CNTR); int_cntr 916 drivers/mmc/host/mxcmmc.c u32 int_cntr; int_cntr 920 drivers/mmc/host/mxcmmc.c int_cntr = mxcmci_readl(host, MMC_REG_INT_CNTR); int_cntr 923 drivers/mmc/host/mxcmmc.c int_cntr |= INT_SDIO_IRQ_EN; int_cntr 925 drivers/mmc/host/mxcmmc.c int_cntr &= ~INT_SDIO_IRQ_EN; int_cntr 927 drivers/mmc/host/mxcmmc.c mxcmci_writel(host, int_cntr, MMC_REG_INT_CNTR);