Searched refs:tx_descs_phys (Results 1 – 3 of 3) sorted by relevance
64 p->tx_descs_phys = desc_phys_addr; in dwmac_platform_init()
59 #define TXDESC_PHYS_H(idx) hi32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))60 #define TXDESC_PHYS_L(idx) lo32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))
59 uintptr_t tx_descs_phys, rx_descs_phys; member