Lines Matching refs:mtk_gc
31 struct mtk_gc { struct
56 struct mtk_gc gc_map[MTK_BANK_CNT]; argument
59 static inline struct mtk_gc *
62 return container_of(chip, struct mtk_gc, chip); in to_mediatek_gpio()
66 mtk_gpio_w32(struct mtk_gc *rg, u32 offset, u32 val) in mtk_gpio_w32()
76 mtk_gpio_r32(struct mtk_gc *rg, u32 offset) in mtk_gpio_r32()
89 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_handler()
109 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_unmask()
132 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_mask()
155 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_type()
199 struct mtk_gc *rg = to_mediatek_gpio(chip); in mediatek_gpio_xlate()
224 struct mtk_gc *rg; in mediatek_gpio_bank_probe()