Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dbcm2835.c55 #define SDCDIV 0x0c /* Start value for clock divider - 11 R/W */ macro
228 dev_dbg(dev, "SDCDIV 0x%08x\n", readl(host->ioaddr + SDCDIV)); in bcm2835_dumpregs()
250 writel(0, host->ioaddr + SDCDIV); in bcm2835_reset_internal()
268 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_reset_internal()
1123 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_set_clock()
1146 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_set_clock()