Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_fdma.c132 spx5_rmw(FDMA_PORT_CTRL_XTR_STOP_SET(0), FDMA_PORT_CTRL_XTR_STOP, in sparx5_fdma_rx_activate()
155 spx5_rmw(FDMA_PORT_CTRL_XTR_STOP_SET(1), FDMA_PORT_CTRL_XTR_STOP, in sparx5_fdma_rx_deactivate()
Dsparx5_main_regs.h2771 #define FDMA_PORT_CTRL_XTR_STOP BIT(2) macro
2773 FIELD_PREP(FDMA_PORT_CTRL_XTR_STOP, x)
2775 FIELD_GET(FDMA_PORT_CTRL_XTR_STOP, x)
/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_regs.h825 #define FDMA_PORT_CTRL_XTR_STOP BIT(2) macro
827 FIELD_PREP(FDMA_PORT_CTRL_XTR_STOP, x)
829 FIELD_GET(FDMA_PORT_CTRL_XTR_STOP, x)
Dlan966x_fdma.c151 FDMA_PORT_CTRL_XTR_STOP, in lan966x_fdma_rx_start()