Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx.h30 #define CMR_EN BIT_ULL(55) macro
Dcgx.c343 cfg |= CMR_EN | DATA_PKT_RX_EN | DATA_PKT_TX_EN; in cgx_lmac_rx_tx_enable()
345 cfg &= ~(CMR_EN | DATA_PKT_RX_EN | DATA_PKT_TX_EN); in cgx_lmac_rx_tx_enable()
/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c702 bgx_reg_modify(bgx, lmacid, BGX_CMRX_CFG, CMR_EN); in bgx_lmac_sgmii_init()
761 cfg &= ~CMR_EN; in bgx_lmac_xaui_init()
820 bgx_reg_modify(bgx, lmacid, BGX_CMRX_CFG, CMR_EN); in bgx_lmac_xaui_init()
1096 bgx_reg_modify(bgx, lmacid, BGX_CMRX_CFG, CMR_EN); in bgx_lmac_enable()
1178 cfg &= ~CMR_EN; in bgx_lmac_disable()
1559 val &= ~CMR_EN; in bgx_intr_handler()
1561 val |= CMR_EN; in bgx_intr_handler()
Dthunder_bgx.h38 #define CMR_EN BIT_ULL(15) macro