Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-econet-en751221.c52 u8 interrupt_shadows[IRQ_COUNT]; member
83 shadow = econet_intc.interrupt_shadows[hwirq]; in econet_chmask()
162 } else if (econet_intc.interrupt_shadows[hwirq] == IS_SHADOW) { in econet_intc_map()
167 if (econet_intc.interrupt_shadows[hwirq] == NOT_PERCPU) { in econet_intc_map()
199 memset(econet_intc.interrupt_shadows, NOT_PERCPU, in get_shadow_interrupts()
200 sizeof(econet_intc.interrupt_shadows)); in get_shadow_interrupts()
233 if (econet_intc.interrupt_shadows[target] != NOT_PERCPU) { in get_shadow_interrupts()
239 if (econet_intc.interrupt_shadows[shadow] != NOT_PERCPU) { in get_shadow_interrupts()
245 econet_intc.interrupt_shadows[target] = shadow; in get_shadow_interrupts()
246 econet_intc.interrupt_shadows[shadow] = IS_SHADOW; in get_shadow_interrupts()