Searched refs:msmsdcc_readl (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 Dmsm_sdcc.c111 msmsdcc_readl(struct msmsdcc_host *host, unsigned int reg) function
558 while (msmsdcc_readl(host, MMCISTATUS) & MCI_RXDATAAVLBL) {
559 *ptr = msmsdcc_readl(host, MMCIFIFO + (count % MCI_FIFOSIZE));
591 status = msmsdcc_readl(host, MMCISTATUS);
601 if ((msmsdcc_readl(host, MMCISTATUS) & mask))
615 status = msmsdcc_readl(host, MMCISTATUS);
670 status = msmsdcc_readl(host, MMCISTATUS);
687 cmd->resp[0] = msmsdcc_readl(host, MMCIRESPONSE0);
688 cmd->resp[1] = msmsdcc_readl(host, MMCIRESPONSE1);
689 cmd->resp[2] = msmsdcc_readl(hos
[all...]

Completed in 55 milliseconds