Home
last modified time | relevance | path

Searched refs:irq_base (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/irq/
H A Dvirq.c42 int irq_base; /* child irq base */ member
59 if (irq >= desc->irq_base && irq <= desc->irq_end) in find_virq_desc()
92 irq = desc->irq_base + virq; in virq_to_irq()
93 if (irq >= desc->irq_base && irq <= desc->irq_end) in virq_to_irq()
119 num = desc->irq_end - desc->irq_base; in virqs_show()
146 virq = irq - desc->irq_base; in virq_install_handler()
165 virq = irq - desc->irq_base; in virq_free_handler()
279 desc->irq_base = vdata[0].irq; in virq_add_chip()
345 virq = irq - desc->irq_base; in __virq_enable()
H A Dirq-internal.h62 int irq_base; member
72 .irq_base = PIN_BASE + (ID) * (GPIO_BANK_NUM), \
H A Dirq-gpio-switch.c74 irq = (gpio_banks[idx].irq_base + pin); in __hard_gpio_to_irq()
H A Dirq-gpio.c93 gpio_irq = bank->irq_base; in generic_gpio_handle_irq()
H A Dirq-gpio-v2.c98 gpio_irq = bank->irq_base; in generic_gpio_handle_irq()