Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/marvell/comphy/
A Dphy-comphy-common.h126 uint32_t usec_timeout, in polling_with_timeout() argument
137 } while (data != val && --usec_timeout > 0); in polling_with_timeout()
139 if (usec_timeout == 0) in polling_with_timeout()

Completed in 3 milliseconds