Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mscc/
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()
/Linux-v6.6/include/soc/mscc/
Docelot_dev.h97 #define DEV_MM_CONFIG_ENABLE_CONFIG_MM_TX_ENA BIT(4) macro