OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <request_format.h>
Data Fields | |
unsigned int | dataBufFormat: 2 |
Type of address stored in the SSD_REQ_FORMAT::dataBufInfo . More... | |
unsigned int | nandAddr: 2 |
Type of address stored in the SSD_REQ_FORMAT::nandInfo . More... | |
unsigned int | nandEcc: 1 |
unsigned int | nandEccWarning: 1 |
unsigned int | rowAddrDependencyCheck: 1 |
unsigned int | blockSpace: 1 |
unsigned int | reserved0: 24 |
Definition at line 213 of file request_format.h.
unsigned int _REQ_OPTION::blockSpace |
Definition at line 231 of file request_format.h.
unsigned int _REQ_OPTION::dataBufFormat |
Type of address stored in the SSD_REQ_FORMAT::dataBufInfo
.
REQ_OPT_DATA_BUF_(ENTRY|TEMP_ENTRY|ADDR|NONE)
Definition at line 220 of file request_format.h.
unsigned int _REQ_OPTION::nandAddr |
Type of address stored in the SSD_REQ_FORMAT::nandInfo
.
0 for VSA, 1 for PHY
Definition at line 227 of file request_format.h.
unsigned int _REQ_OPTION::nandEcc |
Definition at line 228 of file request_format.h.
unsigned int _REQ_OPTION::nandEccWarning |
Definition at line 229 of file request_format.h.
unsigned int _REQ_OPTION::reserved0 |
Definition at line 232 of file request_format.h.
unsigned int _REQ_OPTION::rowAddrDependencyCheck |
Definition at line 230 of file request_format.h.