|
Linux Kernel
3.7.1
|
#include <cyclades.h>
Data Fields | |
| void __iomem * | base_addr |
| union { | |
| void __iomem * p9050 | |
| struct RUNTIME_9060 __iomem * p9060 | |
| } | ctl_addr |
| struct BOARD_CTRL __iomem * | board_ctrl |
| int | irq |
| unsigned int | num_chips |
| unsigned int | first_line |
| unsigned int | nports |
| int | bus_index |
| int | intr_enabled |
| u32 | hw_ver |
| spinlock_t | card_lock |
| struct cyclades_port * | ports |
Definition at line 73 of file cyclades.h.
Definition at line 74 of file cyclades.h.
| struct BOARD_CTRL __iomem* board_ctrl |
Definition at line 79 of file cyclades.h.
| int bus_index |
Definition at line 84 of file cyclades.h.
| spinlock_t card_lock |
Definition at line 87 of file cyclades.h.
| union { ... } ctl_addr |
| unsigned int first_line |
Definition at line 82 of file cyclades.h.
| u32 hw_ver |
Definition at line 86 of file cyclades.h.
| int intr_enabled |
Definition at line 85 of file cyclades.h.
| int irq |
Definition at line 80 of file cyclades.h.
| unsigned int nports |
Definition at line 83 of file cyclades.h.
| unsigned int num_chips |
Definition at line 81 of file cyclades.h.
Definition at line 76 of file cyclades.h.
| struct RUNTIME_9060 __iomem* p9060 |
Definition at line 77 of file cyclades.h.
| struct cyclades_port* ports |
Definition at line 88 of file cyclades.h.
1.8.2