Home
last modified time | relevance | path

Searched refs:DWC3_ULPI_BASE_DELAY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dulpi.c22 #define DWC3_ULPI_BASE_DELAY DIV_ROUND_UP(NSEC_PER_SEC, 60000000L) macro
26 unsigned long ns = 5L * DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()
31 ns += DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()
34 ns += DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dulpi.c22 #define DWC3_ULPI_BASE_DELAY DIV_ROUND_UP(NSEC_PER_SEC, 60000000L) macro
26 unsigned long ns = 5L * DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()
31 ns += DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()
34 ns += DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop()

Completed in 1 milliseconds