Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dpxamci.c143 writel(host->imask, host->base + MMC_I_MASK); in pxamci_enable_irq()
153 writel(host->imask, host->base + MMC_I_MASK); in pxamci_disable_irq()
380 ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); in pxamci_irq()
704 writel(host->imask, host->base + MMC_I_MASK); in pxamci_probe()
797 host->base + MMC_I_MASK); in pxamci_remove()
H A Dpxamci.h53 #define MMC_I_MASK 0x0028 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2078 #define MMC_I_MASK 0x41100028 /* Interrupt Mask */ macro