coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pic_pirq_map Struct Reference

#include <acpi_pirq_gen.h>

Collaboration diagram for pic_pirq_map:
Collaboration graph

Data Fields

enum pirq_map_type type
 
union {
   unsigned int   gsi [PIRQ_COUNT]
 
   char   source_path [PIRQ_COUNT][DEVICE_PATH_MAX]
 
}; 
 

Detailed Description

Definition at line 74 of file acpi_pirq_gen.h.

Field Documentation

◆ 

union { ... }

◆ gsi

unsigned int pic_pirq_map::gsi[PIRQ_COUNT]

Definition at line 77 of file acpi_pirq_gen.h.

Referenced by gen_pic_route(), and generate_pin_irq_map().

◆ source_path

char pic_pirq_map::source_path[PIRQ_COUNT][DEVICE_PATH_MAX]

Definition at line 78 of file acpi_pirq_gen.h.

Referenced by gen_pic_route(), and intel_acpi_gen_def_acpi_pirq().

◆ type

enum pirq_map_type pic_pirq_map::type

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