Home
last modified time | relevance | path

Searched refs:sd_ctrl_read16_and_16_as_32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/mmc/host/
Dtmio_mmc_core.c503 stop->resp[0] = sd_ctrl_read16_and_16_as_32(host, CTL_RESPONSE); in tmio_mmc_do_data_irq()
528 u32 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_data_irq()
580 cmd->resp[i] = sd_ctrl_read16_and_16_as_32(host, addr); in tmio_mmc_cmd_irq()
708 status = sd_ctrl_read16_and_16_as_32(host, CTL_STATUS); in tmio_mmc_irq()
1018 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_ro()
1026 return !!(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in tmio_mmc_get_cd()
Dtmio_mmc.h224 static inline u32 sd_ctrl_read16_and_16_as_32(struct tmio_mmc_host *host, in sd_ctrl_read16_and_16_as_32() function
Drenesas_sdhi_core.c247 return !(sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) & in renesas_sdhi_card_busy()
835 while (--timeout && (sd_ctrl_read16_and_16_as_32(host, CTL_STATUS) in renesas_sdhi_wait_idle()