Home
last modified time | relevance | path

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

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