Home
last modified time | relevance | path

Searched refs:HSIC_CTRL_PHYSWRST (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-exynos.c128 clrbits_le32(&usb->hsicphyctrl1, HSIC_CTRL_PHYSWRST | in exynos5_setup_usb_phy()
131 clrbits_le32(&usb->hsicphyctrl2, HSIC_CTRL_PHYSWRST | in exynos5_setup_usb_phy()
187 HSIC_CTRL_PHYSWRST); in exynos5_reset_usb_phy()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dehci.h50 #define HSIC_CTRL_PHYSWRST (0x1 << 0) macro