Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h205 #define UTMIP_RESET (1 << 11) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c53 #define UTMIP_RESET BIT(11) macro
491 val |= UTMIP_RESET; in utmi_phy_power_on()
617 val &= ~UTMIP_RESET; in utmi_phy_power_on()
668 val |= UTMIP_RESET; in utmi_phy_power_off()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c293 setbits_le32(&usbctlr->susp_ctrl, UTMIP_RESET); in usbf_reset_controller()
539 clrbits_le32(&usbctlr->susp_ctrl, UTMIP_RESET); in init_utmi_usb_controller()