Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h283 #define UTMIP_PD_CHRG 1 macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c145 #define UTMIP_PD_CHRG BIT(0) macro
560 val &= ~UTMIP_PD_CHRG; in utmi_phy_power_on()
564 val |= UTMIP_PD_CHRG; in utmi_phy_power_on()
673 val |= UTMIP_PD_CHRG; in utmi_phy_power_off()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c492 setbits_le32(&usbctlr->utmip_bat_chrg_cfg0, UTMIP_PD_CHRG); in init_utmi_usb_controller()