Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/
Dmci.c294 uint32_t mci_cmd_value = 0, retry_count = 100, ret = 0; in mci_poll_command_completion() local
305 mci_cmd_value = mci_mmio_read_32(MCI_ACCESS_CMD_REG(mci_index)); in mci_poll_command_completion()
306 } while (((mci_cmd_value & completion_flags) != completion_flags) && in mci_poll_command_completion()
311 __func__, mci_cmd_value); in mci_poll_command_completion()