Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h223 #define ULPI_DIR_TRIMMER_SEL(x) (((x) & 0x7) << 25) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c92 #define ULPI_DIR_TRIMMER_SEL(x) (((x) & 0x7) << 25) macro