Searched refs:GOLDFISH_MMC_READ (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | android-goldfish.c | 52 #define GOLDFISH_MMC_READ(host, addr) (readl(host->reg_base + addr)) macro 260 GOLDFISH_MMC_READ(host, MMC_RESP_0); in goldfish_mmc_cmd_done() 262 GOLDFISH_MMC_READ(host, MMC_RESP_1); in goldfish_mmc_cmd_done() 264 GOLDFISH_MMC_READ(host, MMC_RESP_2); in goldfish_mmc_cmd_done() 266 GOLDFISH_MMC_READ(host, MMC_RESP_3); in goldfish_mmc_cmd_done() 270 GOLDFISH_MMC_READ(host, MMC_RESP_0); in goldfish_mmc_cmd_done() 289 while ((status = GOLDFISH_MMC_READ(host, MMC_INT_STATUS)) != 0) { in goldfish_mmc_irq() 334 u32 state = GOLDFISH_MMC_READ(host, MMC_STATE); in goldfish_mmc_irq() 341 status = GOLDFISH_MMC_READ(host, MMC_INT_STATUS); in goldfish_mmc_irq() 421 state = GOLDFISH_MMC_READ(host, MMC_STATE); in goldfish_mmc_get_ro()
|