Public Attributes | |
| struct interrupt | cpu_irq |
| int | cpumodel |
| int | kiu_console_handle |
| uint32_t | kiu_offset |
| struct interrupt | kiu_irq |
| int | kiu_int_assert |
| int | old_kiu_int_assert |
| int | d0 |
| int | d1 |
| int | d2 |
| int | d3 |
| int | d4 |
| int | d5 |
| int | dont_clear_next |
| int | escape_state |
| int | pending_timer_interrupts |
| struct interrupt | timer_irq |
| struct timer * | timer |
| uint16_t | sysint1 |
| uint16_t | msysint1 |
| uint16_t | giuint |
| uint16_t | giumask |
| uint16_t | sysint2 |
| uint16_t | msysint2 |
| struct interrupt | giu_irq |
Definition at line 60 of file dev_vr41xx.cc.
| struct interrupt vr41xx_data::cpu_irq |
Definition at line 61 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init(), vr41xx_vrip_interrupt_assert(), and vr41xx_vrip_interrupt_deassert().
| int vr41xx_data::cpumodel |
Definition at line 62 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init().
| int vr41xx_data::d0 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::d1 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::d2 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::d3 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::d4 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::d5 |
Definition at line 71 of file dev_vr41xx.cc.
| int vr41xx_data::dont_clear_next |
Definition at line 72 of file dev_vr41xx.cc.
| int vr41xx_data::escape_state |
Definition at line 73 of file dev_vr41xx.cc.
| struct interrupt vr41xx_data::giu_irq |
Definition at line 87 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init(), vr41xx_giu_interrupt_assert(), and vr41xx_giu_interrupt_deassert().
| uint16_t vr41xx_data::giuint |
Definition at line 83 of file dev_vr41xx.cc.
Referenced by vr41xx_giu_interrupt_assert(), and vr41xx_giu_interrupt_deassert().
| uint16_t vr41xx_data::giumask |
Definition at line 84 of file dev_vr41xx.cc.
Referenced by vr41xx_giu_interrupt_assert(), and vr41xx_giu_interrupt_deassert().
| int vr41xx_data::kiu_console_handle |
Definition at line 65 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init().
| int vr41xx_data::kiu_int_assert |
Definition at line 68 of file dev_vr41xx.cc.
| struct interrupt vr41xx_data::kiu_irq |
Definition at line 67 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init().
| uint32_t vr41xx_data::kiu_offset |
Definition at line 66 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init(), and DEVICE_ACCESS().
| uint16_t vr41xx_data::msysint1 |
Definition at line 82 of file dev_vr41xx.cc.
Referenced by vr41xx_vrip_interrupt_assert(), and vr41xx_vrip_interrupt_deassert().
| uint16_t vr41xx_data::msysint2 |
Definition at line 86 of file dev_vr41xx.cc.
Referenced by vr41xx_vrip_interrupt_assert(), and vr41xx_vrip_interrupt_deassert().
| int vr41xx_data::old_kiu_int_assert |
Definition at line 69 of file dev_vr41xx.cc.
| int vr41xx_data::pending_timer_interrupts |
Definition at line 76 of file dev_vr41xx.cc.
Referenced by DEVICE_TICK().
| uint16_t vr41xx_data::sysint1 |
Definition at line 81 of file dev_vr41xx.cc.
Referenced by vr41xx_vrip_interrupt_assert(), and vr41xx_vrip_interrupt_deassert().
| uint16_t vr41xx_data::sysint2 |
Definition at line 85 of file dev_vr41xx.cc.
Referenced by vr41xx_vrip_interrupt_assert(), and vr41xx_vrip_interrupt_deassert().
| struct timer* vr41xx_data::timer |
Definition at line 78 of file dev_vr41xx.cc.
| struct interrupt vr41xx_data::timer_irq |
Definition at line 77 of file dev_vr41xx.cc.
Referenced by dev_vr41xx_init(), and DEVICE_TICK().
1.8.17