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

/linux-4.4.14/drivers/mmc/host/
H A Dpxamci.h52 #define MMC_I_MASK 0x0028 macro
78 /* same as MMC_I_MASK */
H A Dpxamci.c165 writel(host->imask, host->base + MMC_I_MASK); pxamci_enable_irq()
175 writel(host->imask, host->base + MMC_I_MASK); pxamci_disable_irq()
405 ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); pxamci_irq()
743 writel(host->imask, host->base + MMC_I_MASK); pxamci_probe()
871 host->base + MMC_I_MASK); pxamci_remove()

Completed in 54 milliseconds