Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dohci-hub.c614 #define PORT_RESET_HW_MSEC 10 macro
626 int limit_1 = DIV_ROUND_UP(PORT_RESET_MSEC, PORT_RESET_HW_MSEC); in root_port_reset()
636 limit_2 = PORT_RESET_HW_MSEC * 2; in root_port_reset()
665 msleep(PORT_RESET_HW_MSEC); in root_port_reset()
Du132-hcd.c2626 #define PORT_RESET_HW_MSEC 10 macro
2670 msleep(PORT_RESET_HW_MSEC); in u132_roothub_portreset()