Lines Matching defs:bank
26 #define GIO_ODEN(bank) (((bank) * GIO_BANK_SIZE) + 0x00) argument
27 #define GIO_DATA(bank) (((bank) * GIO_BANK_SIZE) + 0x04) argument
28 #define GIO_IODIR(bank) (((bank) * GIO_BANK_SIZE) + 0x08) argument
29 #define GIO_EC(bank) (((bank) * GIO_BANK_SIZE) + 0x0c) argument
30 #define GIO_EI(bank) (((bank) * GIO_BANK_SIZE) + 0x10) argument
31 #define GIO_MASK(bank) (((bank) * GIO_BANK_SIZE) + 0x14) argument
32 #define GIO_LEVEL(bank) (((bank) * GIO_BANK_SIZE) + 0x18) argument
33 #define GIO_STAT(bank) (((bank) * GIO_BANK_SIZE) + 0x1c) argument
70 struct brcmstb_gpio_bank *bank = brcmstb_gpio_gc_to_bank(gc); in brcmstb_gpio_gc_to_priv() local
74 static void brcmstb_gpio_set_imask(struct brcmstb_gpio_bank *bank, in brcmstb_gpio_set_imask()
98 struct brcmstb_gpio_bank *bank = brcmstb_gpio_gc_to_bank(gc); in brcmstb_gpio_irq_mask() local
106 struct brcmstb_gpio_bank *bank = brcmstb_gpio_gc_to_bank(gc); in brcmstb_gpio_irq_unmask() local
114 struct brcmstb_gpio_bank *bank = brcmstb_gpio_gc_to_bank(gc); in brcmstb_gpio_irq_set_type() local
210 static void brcmstb_gpio_irq_bank_handler(struct brcmstb_gpio_bank *bank) in brcmstb_gpio_irq_bank_handler()
251 struct brcmstb_gpio_bank *bank = in brcmstb_gpio_irq_handler() local
292 struct brcmstb_gpio_bank *bank; in brcmstb_gpio_remove() local
323 struct brcmstb_gpio_bank *bank = brcmstb_gpio_gc_to_bank(gc); in brcmstb_gpio_of_xlate() local
352 struct brcmstb_gpio_bank *bank) in brcmstb_gpio_irq_setup()
453 struct brcmstb_gpio_bank *bank; in brcmstb_gpio_probe() local