Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1142 &eth->phy_scratch_ring, in mtk_init_fq_dma()
1157 phy_ring_tail = eth->phy_scratch_ring + soc->txrx.txd_size * (cnt - 1); in mtk_init_fq_dma()
1165 txd->txd2 = eth->phy_scratch_ring + in mtk_init_fq_dma()
1178 mtk_w32(eth, eth->phy_scratch_ring, soc->reg_map->qdma.fq_head); in mtk_init_fq_dma()
2465 ring->phys = eth->phy_scratch_ring + ring_size * (dma_addr_t)sz; in mtk_tx_alloc()
3124 eth->scratch_ring, eth->phy_scratch_ring); in mtk_dma_free()
3126 eth->phy_scratch_ring = 0; in mtk_dma_free()
4839 eth->phy_scratch_ring = res_sram->start; in mtk_probe()
4841 eth->phy_scratch_ring = res->start + MTK_ETH_SRAM_OFFSET; in mtk_probe()
H A Dmtk_eth_soc.h1263 dma_addr_t phy_scratch_ring; member