Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c108 mvebu_mmc_write(SDIO_NOR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_send_cmd()
167 while (!((mvebu_mmc_read(SDIO_NOR_INTR_STATUS)) & waittype)) { in mvebu_mmc_send_cmd()
168 if (mvebu_mmc_read(SDIO_NOR_INTR_STATUS) & SDIO_NOR_ERROR) { in mvebu_mmc_send_cmd()
259 mvebu_mmc_write(SDIO_NOR_INTR_STATUS, SDIO_POLL_MASK); in mvebu_mmc_power_up()
/OK3568_Linux_fs/u-boot/include/
H A Dmvebu_mmc.h56 #define SDIO_NOR_INTR_STATUS 0x060 macro