Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dpxamci.h53 #define MMC_I_MASK 0x0028 macro
Dpxamci.c148 writel(host->imask, host->base + MMC_I_MASK); in pxamci_enable_irq()
158 writel(host->imask, host->base + MMC_I_MASK); in pxamci_disable_irq()
385 ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); in pxamci_irq()
709 writel(host->imask, host->base + MMC_I_MASK); in pxamci_probe()
813 host->base + MMC_I_MASK); in pxamci_remove()