Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dandroid-goldfish.c57 #define GOLDFISH_MMC_WRITE(host, addr, x) (writel(x, host->reg_base + addr)) macro
203 GOLDFISH_MMC_WRITE(host, MMC_ARG, cmd->arg); in goldfish_mmc_start_command()
204 GOLDFISH_MMC_WRITE(host, MMC_CMD, cmdreg); in goldfish_mmc_start_command()
295 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
349 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
350 GOLDFISH_MMC_WRITE(host, MMC_INT_ENABLE, 0); in goldfish_mmc_irq()
367 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, 0); in goldfish_mmc_prepare_data()
368 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, 0); in goldfish_mmc_prepare_data()
375 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, data->blocks - 1); in goldfish_mmc_prepare_data()
376 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, block_size - 1); in goldfish_mmc_prepare_data()
[all …]