Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c107 mvebu_mmc_write(SDIO_NOR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_send_cmd()
166 while (!((mvebu_mmc_read(SDIO_NOR_INTR_STATUS)) & waittype)) { in mvebu_mmc_send_cmd()
167 if (mvebu_mmc_read(SDIO_NOR_INTR_STATUS) & SDIO_NOR_ERROR) { in mvebu_mmc_send_cmd()
258 mvebu_mmc_write(SDIO_NOR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_power_up()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h55 #define SDIO_NOR_INTR_STATUS 0x060 macro