Searched refs:sd_ctrl_write32 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | tmio_mmc_pio.c | 57 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() 375 sd_ctrl_write32(host, CTL_ARG_REG, cmd->arg); in tmio_mmc_start_command() 635 sd_ctrl_write32(host, CTL_STATUS, TMIO_MASK_IRQ); in tmio_mmc_card_irq_status()
|
D | tmio_mmc.h | 202 static inline void sd_ctrl_write32(struct tmio_mmc_host *host, int addr, u32 val) in sd_ctrl_write32() function
|