Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-exynos.c129 clrbits_le32(&usb->hsicphyctrl1, HSIC_CTRL_PHYSWRST | in exynos5_setup_usb_phy()
132 clrbits_le32(&usb->hsicphyctrl2, HSIC_CTRL_PHYSWRST | in exynos5_setup_usb_phy()
188 HSIC_CTRL_PHYSWRST); in exynos5_reset_usb_phy()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Dehci.h51 #define HSIC_CTRL_PHYSWRST (0x1 << 0) macro