Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dpxamci.c142 writel(host->imask, host->base + MMC_I_MASK); in pxamci_enable_irq()
152 writel(host->imask, host->base + MMC_I_MASK); in pxamci_disable_irq()
379 ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); in pxamci_irq()
702 writel(host->imask, host->base + MMC_I_MASK); in pxamci_probe()
800 host->base + MMC_I_MASK); in pxamci_remove()
H A Dpxamci.h53 #define MMC_I_MASK 0x0028 macro