Home
last modified time | relevance | path

Searched refs:ULPI_ERROR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/ulpi/
H A Dulpi.c61 if (val == ULPI_ERROR) in ulpi_init()
91 if (val == ULPI_ERROR) in ulpi_select_transceiver()
126 if (val == ULPI_ERROR) in ulpi_set_vbus_indicator()
164 if (val == ULPI_ERROR) in ulpi_opmode_sel()
182 return ULPI_ERROR; in ulpi_serial_mode_enable()
227 return ULPI_ERROR; in __ulpi_reset_wait()
H A Domap-ulpi-viewport.c32 return ULPI_ERROR; in ulpi_wait()
H A Dulpi-viewport.c46 return ULPI_ERROR; in ulpi_wait()
/openbmc/u-boot/include/usb/
H A Dulpi.h21 #define ULPI_ERROR (1 << 8) /* overflow from any register value */ macro