Searched refs:sd_ctrl_read16_and_16_as_32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/mmc/host/ |
D | tmio_mmc_core.c | 463 stop->resp[0] = sd_ctrl_read16_and_16_as_32(host, CTL_RESPONSE); in tmio_mmc_do_data_irq() 486 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq() 538 cmd->resp[i] = sd_ctrl_read16_and_16_as_32(host, addr); in tmio_mmc_cmd_irq() 663 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq() 1001 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro() 1009 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd() 1234 _host->sdcard_irq_mask = sd_ctrl_read16_and_16_as_32(_host, CTL_IRQ_MASK); in tmio_mmc_host_probe()
|
D | tmio_mmc.h | 243 static inline u32 sd_ctrl_read16_and_16_as_32(struct tmio_mmc_host *host, in sd_ctrl_read16_and_16_as_32() function
|
D | renesas_sdhi_core.c | 213 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy() 554 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()
|