Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_dwmac.c65 #define TXDESC_PHYS_L(idx) phys_lo32(&p->tx_descs[idx])
67 #define RXDESC_PHYS_L(idx) phys_lo32(&p->rx_descs[idx])
93 static inline uint32_t phys_lo32(void *addr) in phys_lo32() function
179 d->des0 = phys_lo32(pinned->data); in dwmac_send()
378 d->des0 = phys_lo32(frag->data); in dwmac_rx_refill_thread()