Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dusb.h286 #define FUSE_SETUP_SEL (1 << 3) macro
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c148 #define FUSE_SETUP_SEL BIT(3) macro
605 val |= FUSE_SETUP_SEL; in utmi_phy_power_on()
607 val &= ~FUSE_SETUP_SEL; in utmi_phy_power_on()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c495 setbits_le32(&usbctlr->utmip_spare_cfg0, FUSE_SETUP_SEL); in init_utmi_usb_controller()