Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dbcm2835.c64 #define SDHCFG 0x38 /* Host configuration - 2 R/W */ macro
238 dev_dbg(dev, "SDHCFG 0x%08x\n", readl(host->ioaddr + SDHCFG)); in bcm2835_dumpregs()
254 writel(0, host->ioaddr + SDHCFG); in bcm2835_reset_internal()
269 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_reset_internal()
538 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_set_transfer_irqs()
721 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_finish_data()
930 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_data_irq()
942 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_data_irq()
1248 writel(host->hcfg, host->ioaddr + SDHCFG); in bcm2835_set_ios()