Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h90 #define DMA_RX_EDMA_CONTROL_RDPS_SET(value) ((value) & 0x00000003) macro
Deth_dwc_xgmac.c186 reg_val = DMA_RX_EDMA_CONTROL_RDPS_SET(dma_cfg->edma_rdps); in dwxgmac_dma_init()