Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dsamsung_usb_phy.c40 clrbits_le32(&phy->phy_param1, PHYPARAM1_PCS_TXDEEMPH_MASK); in exynos5_usb3_phy_init()
41 setbits_le32(&phy->phy_param1, PHYPARAM1_PCS_TXDEEMPH); in exynos5_usb3_phy_init()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-exynos5.c121 clrbits_le32(&phy->phy_param1, PHYPARAM1_PCS_TXDEEMPH_MASK); in exynos5_usb3_phy_init()
122 setbits_le32(&phy->phy_param1, PHYPARAM1_PCS_TXDEEMPH); in exynos5_usb3_phy_init()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dxhci-exynos.h77 unsigned int phy_param1; member