Searched refs:mvpp2_thread_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 154 static u32 mvpp2_thread_read(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_read() function 445 *dma_addr = mvpp2_thread_read(priv, thread, in mvpp2_bm_bufs_get_addrs() 447 *phys_addr = mvpp2_thread_read(priv, thread, MVPP2_BM_VIRT_ALLOC_REG); in mvpp2_bm_bufs_get_addrs() 453 val = mvpp2_thread_read(priv, thread, MVPP22_BM_ADDR_HIGH_ALLOC); in mvpp2_bm_bufs_get_addrs() 593 mvpp2_thread_read(priv, thread, MVPP2_BM_PHY_ALLOC_REG(pool_id)); in mvpp2_bm_pool_cleanup() 2321 mvpp2_thread_read(port->priv, in mvpp2_txq_sent_counter_clear() 2764 val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PENDING_REG); in mvpp2_txq_init() 2876 val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PREF_BUF_REG); in mvpp2_txq_clean() 2894 pending = mvpp2_thread_read(port->priv, thread, in mvpp2_txq_clean()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 164 static u32 mvpp2_thread_read(struct mvpp2 *priv, unsigned int thread, in mvpp2_thread_read() function 468 *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() 626 mvpp2_thread_read(priv, thread, MVPP2_BM_PHY_ALLOC_REG(pool_id)); in mvpp2_bm_pool_cleanup() 2652 mvpp2_thread_read(port->priv, in mvpp2_txq_sent_counter_clear() 3120 val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PENDING_REG); in mvpp2_txq_init() 3232 val = mvpp2_thread_read(port->priv, thread, MVPP2_TXQ_PREF_BUF_REG); in mvpp2_txq_clean() 3250 pending = mvpp2_thread_read(port->priv, thread, in mvpp2_txq_clean()
|
Completed in 18 milliseconds