Searched refs:TXDESC_PHYS_H (Results 1 – 1 of 1) sorted by relevance
59 #define TXDESC_PHYS_H(idx) hi32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc)) macro64 #define TXDESC_PHYS_H(idx) phys_hi32(&p->tx_descs[idx]) macro609 REG_WRITE(DMA_CHn_TXDESC_LIST_HADDR(0), TXDESC_PHYS_H(0)); in dwmac_probe()