Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/marvell/
Dphy-mvebu-cp110-comphy.c101 #define MVEBU_COMPHY_GEN1_S4_DFE_RES(n) ((n) << 8) macro
572 val &= ~MVEBU_COMPHY_GEN1_S4_DFE_RES(0x3); in mvebu_comphy_set_mode_rxaui()
573 val |= MVEBU_COMPHY_GEN1_S4_DFE_RES(0x1); in mvebu_comphy_set_mode_rxaui()
658 val &= ~MVEBU_COMPHY_GEN1_S4_DFE_RES(0x3); in mvebu_comphy_set_mode_10gbaser()
659 val |= MVEBU_COMPHY_GEN1_S4_DFE_RES(0x1); in mvebu_comphy_set_mode_10gbaser()