Home
last modified time | relevance | path

Searched refs:UTMIP_HSDISCON_LEVEL_MSB (Results 1 – 3 of 3) 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
346 UTMIP_HSDISCON_LEVEL_MSB(~0)); in utmip_pad_power_on()
350 val |= UTMIP_HSDISCON_LEVEL_MSB(config->hsdiscon_level); in utmip_pad_power_on()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c457 setbits_le32(&val, UTMIP_HSDISCON_LEVEL_MSB); in init_utmi_usb_controller()