|
OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <request_format.h>
Data Fields | |
| union { | |
| unsigned int virtualSliceAddr | |
| struct { | |
| unsigned int physicalCh: 4 | |
| unsigned int physicalWay: 4 | |
| unsigned int physicalBlock: 16 | |
| unsigned int phyReserved0: 8 | |
| } | |
| }; | |
| union { | |
| unsigned int programmedPageCnt | |
| struct { | |
| unsigned int physicalPage: 16 | |
| unsigned int phyReserved1: 16 | |
| } | |
| }; | |
Definition at line 189 of file request_format.h.
| union { ... } _NAND_INFO::@173 |
| union { ... } _NAND_INFO::@175 |
| unsigned int _NAND_INFO::phyReserved0 |
Definition at line 199 of file request_format.h.
| unsigned int _NAND_INFO::phyReserved1 |
Definition at line 208 of file request_format.h.
| unsigned int _NAND_INFO::physicalBlock |
Definition at line 198 of file request_format.h.
| unsigned int _NAND_INFO::physicalCh |
Definition at line 196 of file request_format.h.
| unsigned int _NAND_INFO::physicalPage |
Definition at line 207 of file request_format.h.
| unsigned int _NAND_INFO::physicalWay |
Definition at line 197 of file request_format.h.
| unsigned int _NAND_INFO::programmedPageCnt |
Definition at line 204 of file request_format.h.
| unsigned int _NAND_INFO::virtualSliceAddr |
Definition at line 193 of file request_format.h.