Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dpch_gbe.c54 while (get_timer(start) < PCH_GBE_TIMEOUT) { in pch_gbe_mac_write()
93 while (get_timer(start) < PCH_GBE_TIMEOUT) { in pch_gbe_reset()
276 while (get_timer(start) < PCH_GBE_TIMEOUT) { in pch_gbe_send()
340 while (get_timer(start) < PCH_GBE_TIMEOUT) { in pch_gbe_mdio_ready()
H A Dpch_gbe.h12 #define PCH_GBE_TIMEOUT (3 * CONFIG_SYS_HZ) macro