Searched refs:RXDESC_PHYS_H (Results 1 – 1 of 1) sorted by relevance
61 #define RXDESC_PHYS_H(idx) hi32(p->rx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc)) macro66 #define RXDESC_PHYS_H(idx) phys_hi32(&p->rx_descs[idx]) macro611 REG_WRITE(DMA_CHn_RXDESC_LIST_HADDR(0), RXDESC_PHYS_H(0)); in dwmac_probe()