Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmvebu_mmc.c91 ushort hw_state, count = 0; in mvebu_mmc_send_cmd() local
95 hw_state = mvebu_mmc_read(SDIO_HW_STATE); in mvebu_mmc_send_cmd()
102 } while (!(hw_state & CMD_FIFO_EMPTY)); in mvebu_mmc_send_cmd()
104 DRIVER_NAME, hw_state, count, (get_timer(0) - (start))); in mvebu_mmc_send_cmd()