![]() |
RTEMS
5.1
|
#include <bsp.h>#include <bsp/irq.h>#include <bsp/i8259.h>#include <bsp/pci.h>#include <bsp/irq-generic.h>#include <rtems/bspIo.h>Functions | |
| int | BSP_irq_disable_at_i8259s (const rtems_irq_number irqLine) |
| function to disable a particular irq at 8259 level. More... | |
| int | BSP_irq_enable_at_i8259s (const rtems_irq_number irqLine) |
| function to enable a particular irq at 8259 level. More... | |
| int | BSP_irq_enabled_at_i8259s (const rtems_irq_number irqLine) |
| function to check if a particular irq is enabled at 8259 level. | |
| int | BSP_irq_ack_at_i8259s (const rtems_irq_number irqLine) |
| function to acknowledge a particular irq at 8259 level. More... | |
| void | BSP_i8259s_init (void) |
| void | bsp_show_interrupt_regs (void) |
| int | BSP_i8259s_int_process () |
Variables | |
| volatile rtems_i8259_masks | i8259s_cache = 0xfffb |
| volatile uint8_t | master |
| volatile uint8_t | slave |
| volatile uint8_t | temp |
This file was based upon the powerpc and the i386.
1.8.15