Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmvebu_mmc.c69 ushort waittype = 0; in mvebu_mmc_send_cmd() local
130 waittype |= SDIO_NOR_UNEXP_RSP; in mvebu_mmc_send_cmd()
146 waittype = SDIO_NOR_DMA_INI; in mvebu_mmc_send_cmd()
148 waittype |= SDIO_NOR_XFER_DONE; in mvebu_mmc_send_cmd()
151 waittype |= SDIO_NOR_CMD_DONE; in mvebu_mmc_send_cmd()
166 while (!((mvebu_mmc_read(SDIO_NOR_INTR_STATUS)) & waittype)) { in mvebu_mmc_send_cmd()