Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dtmio_mmc_pio.c528 u32 status = sd_ctrl_read32(host, CTL_STATUS); in tmio_mmc_data_irq()
583 cmd->resp[i] = sd_ctrl_read32(host, addr); in tmio_mmc_cmd_irq()
626 *status = sd_ctrl_read32(host, CTL_STATUS); in tmio_mmc_card_irq_status()
996 (sd_ctrl_read32(host, CTL_STATUS) & TMIO_STAT_WRPROTECT)); in tmio_mmc_get_ro()
1156 _host->sdcard_irq_mask = sd_ctrl_read32(_host, CTL_IRQ_MASK); in tmio_mmc_host_probe()
Dtmio_mmc.h180 static inline u32 sd_ctrl_read32(struct tmio_mmc_host *host, int addr) in sd_ctrl_read32() function