Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tegra-usb.c52 #define UTMIP_RESET BIT(11) macro
457 val |= UTMIP_RESET; in utmi_phy_power_on()
569 val &= ~UTMIP_RESET; in utmi_phy_power_on()
616 val |= UTMIP_RESET; in utmi_phy_power_off()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h206 #define UTMIP_RESET (1 << 11) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-tegra.c296 setbits_le32(&usbctlr->susp_ctrl, UTMIP_RESET); in usbf_reset_controller()
542 clrbits_le32(&usbctlr->susp_ctrl, UTMIP_RESET); in init_utmi_usb_controller()