Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c861 #define MAX_TRIES 3 macro
863 for (tries = 1; tries <= MAX_TRIES; tries++)