Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_dwmac.c390 REG_WRITE(DMA_CHn_RXDESC_TAIL_PTR(0), RXDESC_PHYS_L(d_idx)); in dwmac_rx_refill_thread()
Deth_dwmac_priv.h1001 #define DMA_CHn_RXDESC_TAIL_PTR(n) (0x1128 + 0x80 * (n)) macro