Home
last modified time | relevance | path

Searched defs:ULPI_DATA_TRIMMER_SEL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h219 #define ULPI_DATA_TRIMMER_SEL(x) (((x) & 0x7) << 1) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c88 #define ULPI_DATA_TRIMMER_SEL(x) (((x) & 0x7) << 1) macro