Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_regs.h1021 #define FDMA_PORT_CTRL_XTR_STOP BIT(2) macro
1023 FIELD_PREP(FDMA_PORT_CTRL_XTR_STOP, x)
1025 FIELD_GET(FDMA_PORT_CTRL_XTR_STOP, x)
H A Dlan966x_fdma.c151 FDMA_PORT_CTRL_XTR_STOP, in lan966x_fdma_rx_start()