Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c237 #define MAX_TRIES 5 macro
285 for (tries = 0; tries < MAX_TRIES; tries++) { in usb_hub_port_reset()
333 if (tries == MAX_TRIES) { in usb_hub_port_reset()
335 "disabling port.\n", port + 1, MAX_TRIES); in usb_hub_port_reset()
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dremote.c861 #define MAX_TRIES 3 macro
863 for (tries = 1; tries <= MAX_TRIES; tries++)
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dmain.c614 #define MAX_TRIES 1 in p54_get_survey() macro
615 for (tries = 0; tries < MAX_TRIES; tries++) { in p54_get_survey()
647 #undef MAX_TRIES in p54_get_survey()