Searched refs:NUM_CHANNEL (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-meson-gpio.c | 20 #define NUM_CHANNEL 8 macro 141 u32 channel_irqs[NUM_CHANNEL]; 142 DECLARE_BITMAP(channel_map, NUM_CHANNEL); 212 idx = find_first_zero_bit(ctl->channel_map, NUM_CHANNEL); in meson_gpio_irq_request_channel() 213 if (idx >= NUM_CHANNEL) { in meson_gpio_irq_request_channel() 456 NUM_CHANNEL, in meson_gpio_irq_parse_dt() 457 NUM_CHANNEL); in meson_gpio_irq_parse_dt() 459 pr_err("can't get %d channel interrupts\n", NUM_CHANNEL); in meson_gpio_irq_parse_dt() 516 ctl->params->nr_hwirq, NUM_CHANNEL); in meson_gpio_intc_probe()
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/include/ |
| H A D | rkaudio_preprocess.h | 9 #define NUM_CHANNEL 8 macro 15 static short int Array[NUM_CHANNEL] = { 1, 0, 3, 2, 5, 4, 6, 7 };
|