Query: struct_irq_chip_regs
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTIRQ_CHIP_REGS(9) Structures STRUCT IRQ_CHIP_REGS(9)NAMEstruct_irq_chip_regs - register offsets for struct irq_gciSYNOPSISstruct irq_chip_regs { unsigned long enable; unsigned long disable; unsigned long mask; unsigned long ack; unsigned long eoi; unsigned long type; unsigned long polarity; };MEMBERSenable Enable register offset to reg_base disable Disable register offset to reg_base mask Mask register offset to reg_base ack Ack register offset to reg_base eoi Eoi register offset to reg_base type Type configuration register offset to reg_base polarity Polarity configuration register offset to reg_baseAUTHORSThomas Gleixner <tglx@linutronix.de> Author. Ingo Molnar <mingo@elte.hu> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT IRQ_CHIP_REGS(9)