Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dravb.c128 static inline void ravb_flush_dcache(u32 addr, u32 len) in ravb_flush_dcache() function
147 ravb_flush_dcache((uintptr_t)packet, len); in ravb_send()
151 ravb_flush_dcache((uintptr_t)desc, sizeof(*desc)); in ravb_send()
206 ravb_flush_dcache((uintptr_t)desc, sizeof(*desc)); in ravb_free_pkt()
239 ravb_flush_dcache((uintptr_t)eth->base_desc, desc_size); in ravb_base_desc_init()
260 ravb_flush_dcache((uintptr_t)eth->tx_desc, desc_size); in ravb_tx_desc_init()
265 ravb_flush_dcache((uintptr_t)&eth->base_desc[RAVB_TX_QUEUE_OFFSET], in ravb_tx_desc_init()
290 ravb_flush_dcache((uintptr_t)eth->rx_desc, desc_size); in ravb_rx_desc_init()
295 ravb_flush_dcache((uintptr_t)&eth->base_desc[RAVB_RX_QUEUE_OFFSET], in ravb_rx_desc_init()