Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h258 #define UTMIP_BIASPD (1 << 10) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c112 #define UTMIP_BIASPD BIT(10) macro
341 val &= ~(UTMIP_OTGPD | UTMIP_BIASPD); in utmip_pad_power_on()
398 val |= UTMIP_OTGPD | UTMIP_BIASPD; in utmip_pad_power_off()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c569 clrbits_le32(&usb1ctlr->utmip_bias_cfg0, UTMIP_BIASPD); in init_utmi_usb_controller()