Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dpxamci.h52 #define MMC_I_MASK 0x0028 macro
Dpxamci.c162 writel(host->imask, host->base + MMC_I_MASK); in pxamci_enable_irq()
172 writel(host->imask, host->base + MMC_I_MASK); in pxamci_disable_irq()
400 ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); in pxamci_irq()
729 writel(host->imask, host->base + MMC_I_MASK); in pxamci_probe()
864 host->base + MMC_I_MASK); in pxamci_remove()