Searched refs:lo32 (Results 1 – 1 of 1) sorted by relevance
60 #define TXDESC_PHYS_L(idx) lo32(p->tx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))62 #define RXDESC_PHYS_L(idx) lo32(p->rx_descs_phys + (idx) * sizeof(struct dwmac_dma_desc))81 static inline uint32_t lo32(uintptr_t val) in lo32() function96 return lo32((uintptr_t)addr); in phys_lo32()