Home
last modified time | relevance | path

Searched refs:GOLDFISH_MMC_WRITE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dandroid-goldfish.c59 #define GOLDFISH_MMC_WRITE(host, addr, x) (writel(x, host->reg_base + addr)) macro
205 GOLDFISH_MMC_WRITE(host, MMC_ARG, cmd->arg); in goldfish_mmc_start_command()
206 GOLDFISH_MMC_WRITE(host, MMC_CMD, cmdreg); in goldfish_mmc_start_command()
301 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
358 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
359 GOLDFISH_MMC_WRITE(host, MMC_INT_ENABLE, 0); in goldfish_mmc_irq()
376 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, 0); in goldfish_mmc_prepare_data()
377 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, 0); in goldfish_mmc_prepare_data()
384 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, data->blocks - 1); in goldfish_mmc_prepare_data()
385 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, block_size - 1); in goldfish_mmc_prepare_data()
[all …]