Searched refs:intrvect_l1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 309 int intrvect_l1; in mpc52xx_irqhost_xlate() local 317 intrvect_l1 = (int)intspec[0]; in mpc52xx_irqhost_xlate() 321 intrvect_linux = (intrvect_l1 << MPC52xx_IRQ_L1_OFFSET) & in mpc52xx_irqhost_xlate() 327 if (mpc52xx_is_extirq(intrvect_l1, intrvect_l2)) in mpc52xx_irqhost_xlate() 330 pr_debug("return %x, l1=%d, l2=%d\n", intrvect_linux, intrvect_l1, in mpc52xx_irqhost_xlate()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 310 int intrvect_l1; in mpc52xx_irqhost_xlate() local 318 intrvect_l1 = (int)intspec[0]; in mpc52xx_irqhost_xlate() 322 intrvect_linux = (intrvect_l1 << MPC52xx_IRQ_L1_OFFSET) & in mpc52xx_irqhost_xlate() 328 if (mpc52xx_is_extirq(intrvect_l1, intrvect_l2)) in mpc52xx_irqhost_xlate() 331 pr_debug("return %x, l1=%d, l2=%d\n", intrvect_linux, intrvect_l1, in mpc52xx_irqhost_xlate()
|
Completed in 2 milliseconds