Lines Matching refs:glo_cfg
52 .glo_cfg = 0x0a04,
66 .glo_cfg = 0x1a04,
102 .glo_cfg = 0x0a04,
118 .glo_cfg = 0x4204,
132 .glo_cfg = 0x4604,
169 .glo_cfg = 0x6a04,
183 .glo_cfg = 0x4604,
3068 reg = eth->soc->reg_map->qdma.glo_cfg; in mtk_dma_busy_wait()
3070 reg = eth->soc->reg_map->pdma.glo_cfg; in mtk_dma_busy_wait()
3264 val = mtk_r32(eth, reg_map->qdma.glo_cfg); in mtk_start_dma()
3275 mtk_w32(eth, val, reg_map->qdma.glo_cfg); in mtk_start_dma()
3280 reg_map->pdma.glo_cfg); in mtk_start_dma()
3284 reg_map->pdma.glo_cfg); in mtk_start_dma()
3466 static void mtk_stop_dma(struct mtk_eth *eth, u32 glo_cfg) in mtk_stop_dma() argument
3473 val = mtk_r32(eth, glo_cfg); in mtk_stop_dma()
3475 glo_cfg); in mtk_stop_dma()
3480 val = mtk_r32(eth, glo_cfg); in mtk_stop_dma()
3517 mtk_stop_dma(eth, eth->soc->reg_map->qdma.glo_cfg); in mtk_stop()
3518 mtk_stop_dma(eth, eth->soc->reg_map->pdma.glo_cfg); in mtk_stop()