Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/ulpi/
H A Dulpi.c220 if (!(val & ULPI_FC_RESET)) in __ulpi_reset_wait()
238 &ulpi->function_ctrl_set, ULPI_FC_RESET); in ulpi_reset()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dulpi.h252 #define ULPI_FC_RESET (1 << 5) macro