Home
last modified time | relevance | path

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

/linux/arch/sh/boards/mach-x3proto/
H A Dgpio.c70 for_each_set_bit(pin, &mask, NR_BASEBOARD_GPIOS) in x3proto_gpio_irq_handler()
82 .ngpio = NR_BASEBOARD_GPIOS,
111 x3proto_irq_domain = irq_domain_add_linear(NULL, NR_BASEBOARD_GPIOS, in x3proto_gpio_setup()
H A Dsetup.c126 static struct gpio_keys_button baseboard_buttons[NR_BASEBOARD_GPIOS] = {
/linux/arch/sh/include/mach-x3proto/mach/
H A Dhardware.h11 #define NR_BASEBOARD_GPIOS 16 macro