Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/phy/marvell/
Dphy-mvebu-a3700-comphy.c61 #define COMPHY_MODE_MASK GENMASK(7, 5) macro
62 #define COMPHY_MODE_SATA FIELD_PREP(COMPHY_MODE_MASK, 0x0)
63 #define COMPHY_MODE_PCIE FIELD_PREP(COMPHY_MODE_MASK, 0x3)
64 #define COMPHY_MODE_SERDES FIELD_PREP(COMPHY_MODE_MASK, 0x4)
65 #define COMPHY_MODE_USB3 FIELD_PREP(COMPHY_MODE_MASK, 0x5)
566 mask = REF_FREF_SEL_MASK | COMPHY_MODE_MASK; in mvebu_a3700_comphy_sata_power_on()
687 mask = COMPHY_MODE_MASK; in mvebu_a3700_comphy_ethernet_power_on()
910 PU_TX_INTP_BIT | PU_DFE_BIT | PLL_LOCK_BIT | COMPHY_MODE_MASK | in mvebu_a3700_comphy_usb3_power_on()