Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_dwmac.c59 #define TXDESC_PHYS_H(idx) hi32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc)) macro
64 #define TXDESC_PHYS_H(idx) phys_hi32(&p->tx_descs[idx]) macro
609 REG_WRITE(DMA_CHn_TXDESC_LIST_HADDR(0), TXDESC_PHYS_H(0)); in dwmac_probe()