Searched refs:mtk_gc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mt7621.c | 32 struct mtk_gc { struct 57 struct mtk_gc gc_map[MTK_BANK_CNT]; 60 static inline struct mtk_gc * 63 return container_of(chip, struct mtk_gc, chip); in to_mediatek_gpio() 67 mtk_gpio_w32(struct mtk_gc *rg, u32 offset, u32 val) in mtk_gpio_w32() 77 mtk_gpio_r32(struct mtk_gc *rg, u32 offset) in mtk_gpio_r32() 90 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_handler() 112 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_unmask() 133 struct mtk_gc *rg = to_mediatek_gpio(gc); in mediatek_gpio_irq_mask() 154 struct mtk_gc *r in mediatek_gpio_irq_type() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-mt7621.c | 31 struct mtk_gc { struct 56 struct mtk_gc gc_map[MTK_BANK_CNT]; 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 *r in mediatek_gpio_irq_type() [all...] |
Completed in 2 milliseconds