Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/marvell/comphy/
Dphy-comphy-3700.c132 reg &= ~COMPHY_SELECTOR_USB3_PHY_SEL_BIT; in mvebu_a3700_comphy_set_phy_selector()
151 reg |= COMPHY_SELECTOR_USB3_PHY_SEL_BIT; in mvebu_a3700_comphy_set_phy_selector()
207 if ((reg & COMPHY_SELECTOR_USB3_PHY_SEL_BIT) != 0) in mvebu_a3700_comphy_get_mode()
Dphy-comphy-3700.h21 #define COMPHY_SELECTOR_USB3_PHY_SEL_BIT BIT(8) macro