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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmxcmmc.c56 #define MMC_REG_INT_CNTR 0x24 macro
266 writel(int_cntr, host->base + MMC_REG_INT_CNTR);
285 writel(int_cntr, host->base + MMC_REG_INT_CNTR);
731 int_cntr = readl(host->base + MMC_REG_INT_CNTR);
738 writel(int_cntr, host->base + MMC_REG_INT_CNTR);
848 writel(host->default_irq_mask, host->base + MMC_REG_INT_CNTR);

Completed in 58 milliseconds