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 pcieLink: 1 | |
unsigned int busMaster: 1 | |
unsigned int pcieIrq: 1 | |
unsigned int pcieMsi: 1 | |
unsigned int pcieMsix: 1 | |
unsigned int nvmeCcEn: 1 | |
unsigned int nvmeCcShn: 1 | |
unsigned int mAxiWriteErr: 1 | |
unsigned int mAxiReadErr: 1 | |
unsigned int pcieMreqErr: 1 | |
unsigned int pcieCpldErr: 1 | |
unsigned int pcieCpldLenErr: 1 | |
unsigned int reserved0: 20 | |
} | |
}; | |
Definition at line 91 of file host_lld.h.
union { ... } _DEV_IRQ_REG::@6 |
unsigned int _DEV_IRQ_REG::busMaster |
Definition at line 99 of file host_lld.h.
unsigned int _DEV_IRQ_REG::dword |
Definition at line 95 of file host_lld.h.
unsigned int _DEV_IRQ_REG::mAxiReadErr |
Definition at line 106 of file host_lld.h.
unsigned int _DEV_IRQ_REG::mAxiWriteErr |
Definition at line 105 of file host_lld.h.
unsigned int _DEV_IRQ_REG::nvmeCcEn |
Definition at line 103 of file host_lld.h.
unsigned int _DEV_IRQ_REG::nvmeCcShn |
Definition at line 104 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieCpldErr |
Definition at line 108 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieCpldLenErr |
Definition at line 109 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieIrq |
Definition at line 100 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieLink |
Definition at line 98 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieMreqErr |
Definition at line 107 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieMsi |
Definition at line 101 of file host_lld.h.
unsigned int _DEV_IRQ_REG::pcieMsix |
Definition at line 102 of file host_lld.h.
unsigned int _DEV_IRQ_REG::reserved0 |
Definition at line 110 of file host_lld.h.