Scroll to navigation

STRUCT IRQ_CHIP_REGS(9) Structures STRUCT IRQ_CHIP_REGS(9)

NAME

struct_irq_chip_regs - register offsets for struct irq_gci

SYNOPSIS

struct irq_chip_regs {

unsigned long enable;
unsigned long disable;
unsigned long mask;
unsigned long ack;
unsigned long eoi;
unsigned long type;
unsigned long polarity; };

MEMBERS

unsigned long enable

Enable register offset to reg_base

unsigned long disable

Disable register offset to reg_base

unsigned long mask

Mask register offset to reg_base

unsigned long ack

Ack register offset to reg_base

unsigned long eoi

Eoi register offset to reg_base

unsigned long type

Type configuration register offset to reg_base

unsigned long polarity

Polarity configuration register offset to reg_base

AUTHORS

Thomas Gleixner <tglx@linutronix.de>

Author.

Ingo Molnar <mingo@elte.hu>

Author.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11