Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h259 #define UTMIP_BIASPD (1 << 10) macro
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c98 #define UTMIP_BIASPD BIT(10) macro
323 val &= ~(UTMIP_OTGPD | UTMIP_BIASPD); in utmip_pad_power_on()
364 val |= UTMIP_OTGPD | UTMIP_BIASPD; in utmip_pad_power_off()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-tegra.c572 clrbits_le32(&usb1ctlr->utmip_bias_cfg0, UTMIP_BIASPD); in init_utmi_usb_controller()