Public Attributes | |
int | slot_nr |
uint64_t | baseaddr |
uint64_t | endaddr |
int | rom_skip |
char | device_name [DEVICE_MAX_NAMELEN] |
char | card_firmware_version [CARD_NAME_BUFLEN] |
char | card_vendor_name [CARD_NAME_BUFLEN] |
char | card_module_name [CARD_NAME_BUFLEN] |
char | card_firmware_type [CARD_FIRMWARE_BUFLEN] |
Definition at line 47 of file dev_turbochannel.cc.
uint64_t turbochannel_data::baseaddr |
Definition at line 49 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init().
char turbochannel_data::card_firmware_type[CARD_FIRMWARE_BUFLEN] |
Definition at line 60 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().
char turbochannel_data::card_firmware_version[CARD_NAME_BUFLEN] |
Definition at line 57 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().
char turbochannel_data::card_module_name[CARD_NAME_BUFLEN] |
Definition at line 59 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().
char turbochannel_data::card_vendor_name[CARD_NAME_BUFLEN] |
Definition at line 58 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().
char turbochannel_data::device_name[DEVICE_MAX_NAMELEN] |
Definition at line 54 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init().
uint64_t turbochannel_data::endaddr |
Definition at line 50 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init().
int turbochannel_data::rom_skip |
Definition at line 52 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().
int turbochannel_data::slot_nr |
Definition at line 48 of file dev_turbochannel.cc.
Referenced by dev_turbochannel_init(), and DEVICE_ACCESS().