Home
last modified time | relevance | path

Searched refs:irq_ofst (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-mbigen.c82 unsigned int nid, irq_ofst, ofst; in get_mbigen_type_reg() local
86 irq_ofst = hwirq % IRQS_PER_MBIGEN_NODE; in get_mbigen_type_reg()
88 *mask = 1 << (irq_ofst % 32); in get_mbigen_type_reg()
89 ofst = irq_ofst / 32 * 4; in get_mbigen_type_reg()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-mbigen.c82 unsigned int nid, irq_ofst, ofst; in get_mbigen_type_reg() local
86 irq_ofst = hwirq % IRQS_PER_MBIGEN_NODE; in get_mbigen_type_reg()
88 *mask = 1 << (irq_ofst % 32); in get_mbigen_type_reg()
89 ofst = irq_ofst / 32 * 4; in get_mbigen_type_reg()

Completed in 3 milliseconds