Mask chip via clearing bit in mask register
void irq_gc_mask_clr_bit(struct irq_data * d);
d
irq_data
Chip has a single mask register. Values of this register are cached and protected by gc->lock
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>