Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h256 #define UTMIP_HSDISCON_LEVEL_MSB (1 << 24) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c115 #define UTMIP_HSDISCON_LEVEL_MSB(x) ((((x) & 0x4) >> 2) << 24) macro