Home
last modified time | relevance | path

Searched refs:ATH79_IP3_IRQ (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/ath79/
Dirq.c98 generic_handle_irq(ATH79_IP3_IRQ(0)); in qca955x_ip3_irq_dispatch()
103 generic_handle_irq(ATH79_IP3_IRQ(1)); in qca955x_ip3_irq_dispatch()
108 generic_handle_irq(ATH79_IP3_IRQ(2)); in qca955x_ip3_irq_dispatch()
Ddev-usb.c215 ATH79_IP3_IRQ(0), in qca955x_usb_setup()
220 ATH79_IP3_IRQ(1), in qca955x_usb_setup()
Dpci.c263 ATH79_IP3_IRQ(2)); in ath79_register_pci()
/Linux-v4.19/arch/mips/include/asm/mach-ath79/
Dirq.h31 #define ATH79_IP3_IRQ(_x) (ATH79_IP3_IRQ_BASE + (_x)) macro