Searched refs:NR_BASEBOARD_GPIOS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/ |
H A D | gpio.c | 70 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 D | setup.c | 126 static struct gpio_keys_button baseboard_buttons[NR_BASEBOARD_GPIOS] = {
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-x3proto/ |
H A D | gpio.c | 70 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 D | setup.c | 126 static struct gpio_keys_button baseboard_buttons[NR_BASEBOARD_GPIOS] = {
|
/kernel/linux/linux-5.10/arch/sh/include/mach-x3proto/mach/ |
H A D | hardware.h | 11 #define NR_BASEBOARD_GPIOS 16 macro
|
/kernel/linux/linux-6.6/arch/sh/include/mach-x3proto/mach/ |
H A D | hardware.h | 11 #define NR_BASEBOARD_GPIOS 16 macro
|
Completed in 2 milliseconds