Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dandroid-goldfish.c53 #define GOLDFISH_MMC_WRITE(host, addr, x) (writel(x, host->reg_base + addr)) macro
198 GOLDFISH_MMC_WRITE(host, MMC_ARG, cmd->arg); in goldfish_mmc_start_command()
199 GOLDFISH_MMC_WRITE(host, MMC_CMD, cmdreg); in goldfish_mmc_start_command()
290 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
345 GOLDFISH_MMC_WRITE(host, MMC_INT_STATUS, status); in goldfish_mmc_irq()
346 GOLDFISH_MMC_WRITE(host, MMC_INT_ENABLE, 0); in goldfish_mmc_irq()
363 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, 0); in goldfish_mmc_prepare_data()
364 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, 0); in goldfish_mmc_prepare_data()
371 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_COUNT, data->blocks - 1); in goldfish_mmc_prepare_data()
372 GOLDFISH_MMC_WRITE(host, MMC_BLOCK_LENGTH, block_size - 1); in goldfish_mmc_prepare_data()
[all …]