OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <host_lld.h>
Data Fields | |
union { | |
unsigned int dword | |
struct { | |
unsigned int busMaster: 1 | |
unsigned int msiEnable: 1 | |
unsigned int msixEnable: 1 | |
unsigned int irqDisable: 1 | |
unsigned int msiVecNum: 3 | |
unsigned int reserved0: 25 | |
} | |
}; | |
Definition at line 130 of file host_lld.h.
union { ... } _PCIE_FUNC_REG::@14 |
unsigned int _PCIE_FUNC_REG::busMaster |
Definition at line 137 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::dword |
Definition at line 134 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::irqDisable |
Definition at line 140 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::msiEnable |
Definition at line 138 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::msiVecNum |
Definition at line 141 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::msixEnable |
Definition at line 139 of file host_lld.h.
unsigned int _PCIE_FUNC_REG::reserved0 |
Definition at line 142 of file host_lld.h.