Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dpxamci.h53 #define MMC_I_MASK 0x0028 macro
79 /* same as MMC_I_MASK */
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()
802 host->base + MMC_I_MASK); in pxamci_remove()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dpxamci.h53 #define MMC_I_MASK 0x0028 macro
79 /* same as MMC_I_MASK */
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()

Completed in 5 milliseconds