Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dtmio_mmc_core.c151 sdio_status = sd_ctrl_read16(host, CTL_SDIO_STATUS) & ~TMIO_SDIO_MASK_ALL; in tmio_mmc_enable_sdio_irq()
154 sd_ctrl_write16(host, CTL_SDIO_STATUS, sdio_status); in tmio_mmc_enable_sdio_irq()
641 status = sd_ctrl_read16(host, CTL_SDIO_STATUS); in __tmio_mmc_sdio_irq()
648 sd_ctrl_write16(host, CTL_SDIO_STATUS, sdio_status); in __tmio_mmc_sdio_irq()
Dtmio_mmc.h40 #define CTL_SDIO_STATUS 0x36 macro