Lines Matching refs:mtk_gc
32 struct mtk_gc {
57 struct mtk_gc gc_map[MTK_BANK_CNT];
60 static inline struct mtk_gc *
63 return container_of(chip, struct mtk_gc, chip);
67 mtk_gpio_w32(struct mtk_gc *rg, u32 offset, u32 val)
77 mtk_gpio_r32(struct mtk_gc *rg, u32 offset)
90 struct mtk_gc *rg = to_mediatek_gpio(gc);
112 struct mtk_gc *rg = to_mediatek_gpio(gc);
133 struct mtk_gc *rg = to_mediatek_gpio(gc);
154 struct mtk_gc *rg = to_mediatek_gpio(gc);
198 struct mtk_gc *rg = to_mediatek_gpio(chip);
214 struct mtk_gc *rg;