Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c109 mvebu_mmc_write(SDIO_ERR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_send_cmd()
171 mvebu_mmc_read(SDIO_ERR_INTR_STATUS)); in mvebu_mmc_send_cmd()
172 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
234 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
260 mvebu_mmc_write(SDIO_ERR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_power_up()
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h57 #define SDIO_ERR_INTR_STATUS 0x064 macro