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

/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c64 #define SDHBCT 0x3c /* Host byte count (debug) - 32 R/W */ macro
202 dev_dbg(host->dev, "SDHBCT 0x%08x\n", readl(host->ioaddr + SDHBCT));
220 writel(0, host->ioaddr + SDHBCT);
392 writel(data->blocksize, host->ioaddr + SDHBCT);

Completed in 47 milliseconds