Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c495 value |= DMA_CONTROL_SPH; in dwmac4_enable_sph()
497 value &= ~DMA_CONTROL_SPH; in dwmac4_enable_sph()
Ddwmac4_dma.h123 #define DMA_CONTROL_SPH BIT(24) macro