Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-keystone.c66 val &= ~USB3_PHY_REF_SSP_EN; in keystone_xhci_phy_unset()
101 val |= USB3_PHY_REF_SSP_EN; in xhci_hcd_init()
/external/u-boot/arch/arm/mach-keystone/include/mach/
Dxhci-keystone.h9 #define USB3_PHY_REF_SSP_EN BIT(29) macro