Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c140 reg &= ~COMPHY_SELECTOR_USB3_GBE1_SEL_BIT; in mvebu_a3700_comphy_set_phy_selector()
153 reg |= COMPHY_SELECTOR_USB3_GBE1_SEL_BIT; in mvebu_a3700_comphy_set_phy_selector()
197 if ((reg & COMPHY_SELECTOR_USB3_GBE1_SEL_BIT) != 0) in mvebu_a3700_comphy_get_mode()
H A Dphy-comphy-3700.h19 #define COMPHY_SELECTOR_USB3_GBE1_SEL_BIT BIT(4) macro