Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1143 &eth->phy_scratch_ring, in mtk_init_fq_dma()
1158 phy_ring_tail = eth->phy_scratch_ring + soc->txrx.txd_size * (cnt - 1); in mtk_init_fq_dma()
1166 txd->txd2 = eth->phy_scratch_ring + in mtk_init_fq_dma()
1179 mtk_w32(eth, eth->phy_scratch_ring, soc->reg_map->qdma.fq_head); in mtk_init_fq_dma()
2466 ring->phys = eth->phy_scratch_ring + ring_size * (dma_addr_t)sz; in mtk_tx_alloc()
3125 eth->scratch_ring, eth->phy_scratch_ring); in mtk_dma_free()
3127 eth->phy_scratch_ring = 0; in mtk_dma_free()
4837 eth->phy_scratch_ring = res_sram->start; in mtk_probe()
4839 eth->phy_scratch_ring = res->start + MTK_ETH_SRAM_OFFSET; in mtk_probe()
Dmtk_eth_soc.h1263 dma_addr_t phy_scratch_ring; member