Home
last modified time | relevance | path

Searched refs:SXGBE_RX_ENABLE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c134 rx_config &= ~SXGBE_RX_ENABLE; in sxgbe_enable_rx()
137 rx_config |= SXGBE_RX_ENABLE; in sxgbe_enable_rx()
H A Dsxgbe_dma.c168 rx_ctl_reg |= SXGBE_RX_ENABLE; in sxgbe_dma_start_rx()
181 rx_ctl_reg &= ~(SXGBE_RX_ENABLE); in sxgbe_dma_stop_rx()
H A Dsxgbe_reg.h369 #define SXGBE_RX_ENABLE BIT(0) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c135 rx_config &= ~SXGBE_RX_ENABLE; in sxgbe_enable_rx()
138 rx_config |= SXGBE_RX_ENABLE; in sxgbe_enable_rx()
H A Dsxgbe_dma.c168 rx_ctl_reg |= SXGBE_RX_ENABLE; in sxgbe_dma_start_rx()
181 rx_ctl_reg &= ~(SXGBE_RX_ENABLE); in sxgbe_dma_stop_rx()
H A Dsxgbe_reg.h369 #define SXGBE_RX_ENABLE BIT(0) macro

Completed in 6 milliseconds