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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmci.h63 #define MMCISTATUS 0x034 macro
H A Dmsm_sdcc.h64 #define MMCISTATUS 0x034 macro
H A Dmsm_sdcc.c558 while (msmsdcc_readl(host, MMCISTATUS) & MCI_RXDATAAVLBL) {
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);
768 if (readl(base + MMCISTATUS) & MCI_RXDATAAVLBL)
794 status = msmsdcc_readl(host, MMCISTATUS);
865 uint32_t status = msmsdcc_readl(host, MMCISTATUS);
H A Dmmci.c327 status = readl(base + MMCISTATUS);
352 status = readl(base + MMCISTATUS);
369 status = readl(base + MMCISTATUS);
412 status = readl(base + MMCISTATUS);
455 status = readl(host->base + MMCISTATUS);

Completed in 25 milliseconds