Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
vic_device Struct Reference

Data Fields

void __iomembase
 
int irq
 
u32 valid_sources
 
u32 resume_sources
 
u32 resume_irqs
 
u32 int_select
 
u32 int_enable
 
u32 soft_int
 
u32 protect
 
struct irq_domaindomain
 

Detailed Description

struct vic_device - VIC PM device : The IRQ number for the base of the VIC. : The register base for the VIC. : A bitmask of valid interrupts : A bitmask of interrupts for resume. : The IRQs enabled for resume. : Save for VIC_INT_SELECT. : Save for VIC_INT_ENABLE. : Save for VIC_INT_SOFT. : Save for VIC_PROTECT. : The IRQ domain for the VIC.

Definition at line 51 of file vic.c.

Field Documentation

void __iomem* base

Definition at line 52 of file vic.c.

struct irq_domain* domain

Definition at line 61 of file vic.c.

u32 int_enable

Definition at line 58 of file vic.c.

u32 int_select

Definition at line 57 of file vic.c.

int irq

Definition at line 53 of file vic.c.

u32 protect

Definition at line 60 of file vic.c.

u32 resume_irqs

Definition at line 56 of file vic.c.

u32 resume_sources

Definition at line 55 of file vic.c.

u32 soft_int

Definition at line 59 of file vic.c.

u32 valid_sources

Definition at line 54 of file vic.c.


The documentation for this struct was generated from the following file: