Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmvebu_mmc.c90 ushort hw_state, count = 0; in mvebu_mmc_send_cmd() local
94 hw_state = mvebu_mmc_read(SDIO_HW_STATE); in mvebu_mmc_send_cmd()
101 } while (!(hw_state & CMD_FIFO_EMPTY)); in mvebu_mmc_send_cmd()
103 DRIVER_NAME, hw_state, count, (get_timer(0) - (start))); in mvebu_mmc_send_cmd()