Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c51 #define SDCDIV 0x0c /* Start value for clock divider - 11 R/W */ macro
188 dev_dbg(dev, "SDCDIV 0x%08x\n", readl(host->ioaddr + SDCDIV)); in bcm2835_dumpregs()
211 writel(0, host->ioaddr + SDCDIV); in bcm2835_reset_internal()
232 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_reset_internal()
622 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_set_clock()
645 writel(host->cdiv, host->ioaddr + SDCDIV); in bcm2835_set_clock()
/openbmc/qemu/hw/sd/
H A Dbcm2835_sdhost.c32 #define SDCDIV 0x0c /* Start value for clock divider - 11 R/W */ in DECLARE_INSTANCE_CHECKER() macro
330 case SDCDIV: in bcm2835_sdhost_write()
/openbmc/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()