Home
last modified time | relevance | path

Searched refs:UTMIP_HSDISCON_LEVEL_MSB (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h257 #define UTMIP_HSDISCON_LEVEL_MSB (1 << 24) macro
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c101 #define UTMIP_HSDISCON_LEVEL_MSB(x) ((((x) & 0x4) >> 2) << 24) macro
328 UTMIP_HSDISCON_LEVEL_MSB(~0)); in utmip_pad_power_on()
332 val |= UTMIP_HSDISCON_LEVEL_MSB(config->hsdiscon_level); in utmip_pad_power_on()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-tegra.c460 setbits_le32(&val, UTMIP_HSDISCON_LEVEL_MSB); in init_utmi_usb_controller()