Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c71 u32 mask, unsigned long usec_timout) in polling_with_timeout() argument
78 } while (data != val && --usec_timout > 0); in polling_with_timeout()
80 if (usec_timout == 0) in polling_with_timeout()