Home
last modified time | relevance | path

Searched refs:NR_BASEBOARD_GPIOS (Results 1 – 3 of 3) sorted by relevance

/arch/sh/boards/mach-x3proto/
Dgpio.c73 for_each_set_bit(pin, &mask, NR_BASEBOARD_GPIOS) in x3proto_gpio_irq_handler()
85 .ngpio = NR_BASEBOARD_GPIOS,
114 x3proto_irq_domain = irq_domain_add_linear(NULL, NR_BASEBOARD_GPIOS, in x3proto_gpio_setup()
Dsetup.c129 static struct gpio_keys_button baseboard_buttons[NR_BASEBOARD_GPIOS] = {
/arch/sh/include/mach-x3proto/mach/
Dhardware.h10 #define NR_BASEBOARD_GPIOS 16 macro