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 [2] | |
struct { | |
unsigned int pcieBaseAddrL | |
unsigned int pcieBaseAddrH: 16 | |
unsigned int valid: 1 | |
unsigned int irqVector: 3 | |
unsigned int irqEn: 1 | |
unsigned int reserved1: 3 | |
unsigned int cqSize: 8 | |
} | |
}; | |
Definition at line 260 of file host_lld.h.
union { ... } _NVME_IO_CQ_SET_REG::@43 |
unsigned int _NVME_IO_CQ_SET_REG::cqSize |
Definition at line 273 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::dword[2] |
Definition at line 264 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::irqEn |
Definition at line 271 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::irqVector |
Definition at line 270 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::pcieBaseAddrH |
Definition at line 268 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::pcieBaseAddrL |
Definition at line 267 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::reserved1 |
Definition at line 272 of file host_lld.h.
unsigned int _NVME_IO_CQ_SET_REG::valid |
Definition at line 269 of file host_lld.h.