Public Attributes | |
| struct interrupt | irq |
| struct pci_data * | pcibus |
| int | console_handle |
| uint32_t | timer_load [N_FOOTBRIDGE_TIMERS] |
| uint32_t | timer_value [N_FOOTBRIDGE_TIMERS] |
| uint32_t | timer_control [N_FOOTBRIDGE_TIMERS] |
| struct interrupt | timer_irq [N_FOOTBRIDGE_TIMERS] |
| struct timer * | timer [N_FOOTBRIDGE_TIMERS] |
| int | pending_timer_interrupts [N_FOOTBRIDGE_TIMERS] |
| int | irq_asserted |
| uint32_t | irq_status |
| uint32_t | irq_enable |
| uint32_t | fiq_status |
| uint32_t | fiq_enable |
Definition at line 60 of file dev_footbridge.cc.
| int footbridge_data::console_handle |
Definition at line 65 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| uint32_t footbridge_data::fiq_enable |
Definition at line 81 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS().
| uint32_t footbridge_data::fiq_status |
Definition at line 80 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS().
| struct interrupt footbridge_data::irq |
Definition at line 61 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), DEVINIT(), footbridge_interrupt_assert(), and footbridge_interrupt_deassert().
| int footbridge_data::irq_asserted |
Definition at line 75 of file dev_footbridge.cc.
Referenced by footbridge_interrupt_assert(), and footbridge_interrupt_deassert().
| uint32_t footbridge_data::irq_enable |
Definition at line 78 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), footbridge_interrupt_assert(), and footbridge_interrupt_deassert().
| uint32_t footbridge_data::irq_status |
Definition at line 77 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), footbridge_interrupt_assert(), and footbridge_interrupt_deassert().
| struct pci_data* footbridge_data::pcibus |
Definition at line 63 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
| int footbridge_data::pending_timer_interrupts[N_FOOTBRIDGE_TIMERS] |
Definition at line 73 of file dev_footbridge.cc.
Referenced by DEVICE_TICK().
| struct timer* footbridge_data::timer[N_FOOTBRIDGE_TIMERS] |
Definition at line 72 of file dev_footbridge.cc.
| uint32_t footbridge_data::timer_control[N_FOOTBRIDGE_TIMERS] |
Definition at line 69 of file dev_footbridge.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
| struct interrupt footbridge_data::timer_irq[N_FOOTBRIDGE_TIMERS] |
Definition at line 71 of file dev_footbridge.cc.
Referenced by DEVICE_TICK(), and DEVINIT().
| uint32_t footbridge_data::timer_load[N_FOOTBRIDGE_TIMERS] |
Definition at line 67 of file dev_footbridge.cc.
Referenced by DEVICE_ACCESS(), DEVICE_TICK(), and DEVINIT().
| uint32_t footbridge_data::timer_value[N_FOOTBRIDGE_TIMERS] |
Definition at line 68 of file dev_footbridge.cc.
Referenced by DEVICE_TICK().
1.8.17