Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c57 sd_ctrl_write32(host, CTL_IRQ_MASK, host->sdcard_irq_mask); in tmio_mmc_enable_mmc_irqs()
63 sd_ctrl_write32(host, CTL_IRQ_MASK, host->sdcard_irq_mask); in tmio_mmc_disable_mmc_irqs()
68 sd_ctrl_write32(host, CTL_STATUS, ~i); in tmio_mmc_ack_mmc_irqs()
373 sd_ctrl_write32(host, CTL_ARG_REG, cmd->arg); in tmio_mmc_start_command()
633 sd_ctrl_write32(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_card_irq_status()
Dtmio_mmc.h202 static inline void sd_ctrl_write32(struct tmio_mmc_host *host, int addr, u32 val) in sd_ctrl_write32() function