Searched refs:intrvect_linux (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A D | mpc52xx_pic.c | 312 int intrvect_linux; in mpc52xx_irqhost_xlate() local 321 intrvect_linux = (intrvect_l1 << MPC52xx_IRQ_L1_OFFSET) & in mpc52xx_irqhost_xlate() 323 intrvect_linux |= intrvect_l2 & MPC52xx_IRQ_L2_MASK; in mpc52xx_irqhost_xlate() 325 *out_hwirq = intrvect_linux; 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 | 313 int intrvect_linux; in mpc52xx_irqhost_xlate() local 322 intrvect_linux = (intrvect_l1 << MPC52xx_IRQ_L1_OFFSET) & in mpc52xx_irqhost_xlate() 324 intrvect_linux |= intrvect_l2 & MPC52xx_IRQ_L2_MASK; in mpc52xx_irqhost_xlate() 326 *out_hwirq = intrvect_linux; in mpc52xx_irqhost_xlate() 331 pr_debug("return %x, l1=%d, l2=%d\n", intrvect_linux, intrvect_l1, in mpc52xx_irqhost_xlate()
|
Completed in 3 milliseconds