Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dulpi.h240 #define ULPI_FC_XCVRSEL_MASK (3 << 0) macro
/openbmc/u-boot/drivers/usb/ulpi/
H A Dulpi.c95 val = (val & ~ULPI_FC_XCVRSEL_MASK) | tspeed; in ulpi_select_transceiver()