Searched refs:sd_ctrl_read32 (Results 1 – 2 of 2) sorted by relevance
530 u32 status = sd_ctrl_read32(host, CTL_STATUS); in tmio_mmc_data_irq()585 cmd->resp[i] = sd_ctrl_read32(host, addr); in tmio_mmc_cmd_irq()628 *status = sd_ctrl_read32(host, CTL_STATUS); in tmio_mmc_card_irq_status()998 (sd_ctrl_read32(host, CTL_STATUS) & TMIO_STAT_WRPROTECT)); in tmio_mmc_get_ro()1159 _host->sdcard_irq_mask = sd_ctrl_read32(_host, CTL_IRQ_MASK); in tmio_mmc_host_probe()
180 static inline u32 sd_ctrl_read32(struct tmio_mmc_host *host, int addr) in sd_ctrl_read32() function