#include <devices.h>
Public Attributes | |
| struct interrupt | irq |
| int | irq_base |
| int | current_command |
| int | init_state |
| int | priority_reg |
| uint8_t | irr |
| uint8_t | isr |
| uint8_t | ier |
| int pic8259_data::current_command |
Definition at line 67 of file devices.h.
Referenced by DEVICE_ACCESS().
| uint8_t pic8259_data::ier |
Definition at line 74 of file devices.h.
Referenced by DEVICE_ACCESS(), v3_isa_interrupt_assert(), v3_isa_interrupt_common(), and v3_isa_interrupt_deassert().
| int pic8259_data::init_state |
Definition at line 69 of file devices.h.
Referenced by DEVICE_ACCESS().
| struct interrupt pic8259_data::irq |
Definition at line 64 of file devices.h.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| int pic8259_data::irq_base |
Definition at line 66 of file devices.h.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| uint8_t pic8259_data::irr |
Definition at line 72 of file devices.h.
Referenced by DEVICE_ACCESS(), v3_isa_interrupt_assert(), v3_isa_interrupt_common(), and v3_isa_interrupt_deassert().
| uint8_t pic8259_data::isr |
Definition at line 73 of file devices.h.
Referenced by DEVICE_ACCESS().
1.8.17