Searched refs:GOLDFISH_MMC_READ (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/mmc/host/ |
| D | android-goldfish.c | 58 #define GOLDFISH_MMC_READ(host, addr) (readl(host->reg_base + addr)) macro 270 GOLDFISH_MMC_READ(host, MMC_RESP_0); in goldfish_mmc_cmd_done() 272 GOLDFISH_MMC_READ(host, MMC_RESP_1); in goldfish_mmc_cmd_done() 274 GOLDFISH_MMC_READ(host, MMC_RESP_2); in goldfish_mmc_cmd_done() 276 GOLDFISH_MMC_READ(host, MMC_RESP_3); in goldfish_mmc_cmd_done() 280 GOLDFISH_MMC_READ(host, MMC_RESP_0); in goldfish_mmc_cmd_done() 300 while ((status = GOLDFISH_MMC_READ(host, MMC_INT_STATUS)) != 0) { in goldfish_mmc_irq() 347 u32 state = GOLDFISH_MMC_READ(host, MMC_STATE); in goldfish_mmc_irq() 355 status = GOLDFISH_MMC_READ(host, MMC_INT_STATUS); in goldfish_mmc_irq() 445 state = GOLDFISH_MMC_READ(host, MMC_STATE); in goldfish_mmc_get_ro()
|