Home
last modified time | relevance | path

Searched refs:NUM_CHANNEL (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-meson-gpio.c19 #define NUM_CHANNEL 8 macro
139 u32 channel_irqs[NUM_CHANNEL];
140 DECLARE_BITMAP(channel_map, NUM_CHANNEL);
210 idx = find_first_zero_bit(ctl->channel_map, NUM_CHANNEL); in meson_gpio_irq_request_channel()
211 if (idx >= NUM_CHANNEL) { in meson_gpio_irq_request_channel()
454 NUM_CHANNEL, in meson_gpio_irq_parse_dt()
455 NUM_CHANNEL); in meson_gpio_irq_parse_dt()
457 pr_err("can't get %d channel interrupts\n", NUM_CHANNEL); in meson_gpio_irq_parse_dt()
512 ctl->params->nr_hwirq, NUM_CHANNEL); in meson_gpio_irq_of_init()

Completed in 1 milliseconds