Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-ingenic.c28 #define MACPHYC_TX_SEL_MASK GENMASK(19, 19) macro
195 val = FIELD_PREP(MACPHYC_TX_SEL_MASK, MACPHYC_TX_SEL_ORIGIN) | in x2000_mac_set_mode()
208 val |= FIELD_PREP(MACPHYC_TX_SEL_MASK, MACPHYC_TX_SEL_ORIGIN); in x2000_mac_set_mode()
210 val |= FIELD_PREP(MACPHYC_TX_SEL_MASK, MACPHYC_TX_SEL_DELAY) | in x2000_mac_set_mode()
355 .mask = MACPHYC_TX_SEL_MASK | MACPHYC_TX_DELAY_MASK | MACPHYC_RX_SEL_MASK |