Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dravb.c127 static inline void ravb_flush_dcache(u32 addr, u32 len) in ravb_flush_dcache() function
146 ravb_flush_dcache((uintptr_t)packet, len); in ravb_send()
150 ravb_flush_dcache((uintptr_t)desc, sizeof(*desc)); in ravb_send()
205 ravb_flush_dcache((uintptr_t)desc, sizeof(*desc)); in ravb_free_pkt()
238 ravb_flush_dcache((uintptr_t)eth->base_desc, desc_size); in ravb_base_desc_init()
259 ravb_flush_dcache((uintptr_t)eth->tx_desc, desc_size); in ravb_tx_desc_init()
264 ravb_flush_dcache((uintptr_t)&eth->base_desc[RAVB_TX_QUEUE_OFFSET], in ravb_tx_desc_init()
289 ravb_flush_dcache((uintptr_t)eth->rx_desc, desc_size); in ravb_rx_desc_init()
294 ravb_flush_dcache((uintptr_t)&eth->base_desc[RAVB_RX_QUEUE_OFFSET], in ravb_rx_desc_init()