Searched refs:mvpp2_thread_read (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/ | 
| D | mvpp2_main.c | 164 static u32 mvpp2_thread_read(struct mvpp2 *priv, unsigned int thread,  in mvpp2_thread_read()  function468 	*dma_addr = mvpp2_thread_read(priv, thread,  in mvpp2_bm_bufs_get_addrs()
 470 	*phys_addr = mvpp2_thread_read(priv, thread, MVPP2_BM_VIRT_ALLOC_REG);  in mvpp2_bm_bufs_get_addrs()
 476 		val = mvpp2_thread_read(priv, thread, MVPP22_BM_ADDR_HIGH_ALLOC);  in mvpp2_bm_bufs_get_addrs()
 2623 		mvpp2_thread_read(port->priv,  in mvpp2_txq_sent_counter_clear()
 3091 	val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PENDING_REG);  in mvpp2_txq_init()
 3203 	val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PREF_BUF_REG);  in mvpp2_txq_clean()
 3221 		pending = mvpp2_thread_read(port->priv, thread,  in mvpp2_txq_clean()
 
 |