Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c108 mvebu_mmc_write(SDIO_ERR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_send_cmd()
170 mvebu_mmc_read(SDIO_ERR_INTR_STATUS)); in mvebu_mmc_send_cmd()
171 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
233 if (mvebu_mmc_read(SDIO_ERR_INTR_STATUS) & in mvebu_mmc_send_cmd()
259 mvebu_mmc_write(SDIO_ERR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_power_up()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h56 #define SDIO_ERR_INTR_STATUS 0x064 macro