Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c191 mm_enable |= DEV_MM_CONFIG_ENABLE_CONFIG_MM_TX_ENA; in ocelot_port_set_mm()
199 DEV_MM_CONFIG_ENABLE_CONFIG_MM_TX_ENA | in ocelot_port_set_mm()
250 state->tx_enabled = !!(val & DEV_MM_CONFIG_ENABLE_CONFIG_MM_TX_ENA); in ocelot_port_get_mm()
/openbmc/linux/include/soc/mscc/
H A Docelot_dev.h97 #define DEV_MM_CONFIG_ENABLE_CONFIG_MM_TX_ENA BIT(4) macro