OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHY_CONNECT_TIMEOUT
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/drivers/usb/eth/
asix.c
88
#define
PHY_CONNECT_TIMEOUT
5000
446
} while (!link_detected && timeout <
PHY_CONNECT_TIMEOUT
);
asix88179.c
177
#define
PHY_CONNECT_TIMEOUT
5000
382
} while (!link_detected && timeout <
PHY_CONNECT_TIMEOUT
);
smsc95xx.c
139
#define
PHY_CONNECT_TIMEOUT
5000
664
} while (!link_detected && timeout <
PHY_CONNECT_TIMEOUT
);
r8152.h
508
#define
PHY_CONNECT_TIMEOUT
5000
r8152.c
1208
} while (!link_detected && timeout <
PHY_CONNECT_TIMEOUT
);
[
all
...]
Completed in 340 milliseconds