Searched refs:UTMIP_PHY_XTAL_CLOCKEN (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h230 #define UTMIP_PHY_XTAL_CLOCKEN (1 << 30) macro
/u-boot/drivers/usb/host/
H A Dehci-tegra.c390 /* Stop crystal clock by setting UTMIP_PHY_XTAL_CLOCKEN low */
391 clrbits_le32(&usbctlr->utmip_misc_cfg1, UTMIP_PHY_XTAL_CLOCKEN);
552 /* Resuscitate crystal clock by setting UTMIP_PHY_XTAL_CLOCKEN */
553 setbits_le32(&usbctlr->utmip_misc_cfg1, UTMIP_PHY_XTAL_CLOCKEN);

Completed in 37 milliseconds