Lines Matching refs:glo_cfg
48 .glo_cfg = 0x0a04,
60 .glo_cfg = 0x1a04,
91 .glo_cfg = 0x0a04,
107 .glo_cfg = 0x6204,
119 .glo_cfg = 0x4604,
2749 reg = eth->soc->reg_map->qdma.glo_cfg; in mtk_dma_busy_wait()
2751 reg = eth->soc->reg_map->pdma.glo_cfg; in mtk_dma_busy_wait()
2927 val = mtk_r32(eth, reg_map->qdma.glo_cfg); in mtk_start_dma()
2938 mtk_w32(eth, val, reg_map->qdma.glo_cfg); in mtk_start_dma()
2943 reg_map->pdma.glo_cfg); in mtk_start_dma()
2947 reg_map->pdma.glo_cfg); in mtk_start_dma()
3027 static void mtk_stop_dma(struct mtk_eth *eth, u32 glo_cfg) in mtk_stop_dma() argument
3034 val = mtk_r32(eth, glo_cfg); in mtk_stop_dma()
3036 glo_cfg); in mtk_stop_dma()
3041 val = mtk_r32(eth, glo_cfg); in mtk_stop_dma()
3077 mtk_stop_dma(eth, eth->soc->reg_map->qdma.glo_cfg); in mtk_stop()
3078 mtk_stop_dma(eth, eth->soc->reg_map->pdma.glo_cfg); in mtk_stop()