|
OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <host_lld.h>

Data Fields | |
| HOST_DMA_FIFO_CNT_REG | fifoHead |
| HOST_DMA_FIFO_CNT_REG | fifoTail |
| unsigned int | directDmaTxCnt |
| unsigned int | directDmaRxCnt |
| unsigned int | autoDmaTxCnt |
| unsigned int | autoDmaRxCnt |
Definition at line 327 of file host_lld.h.
| unsigned int _HOST_DMA_STATUS::autoDmaRxCnt |
Definition at line 334 of file host_lld.h.
| unsigned int _HOST_DMA_STATUS::autoDmaTxCnt |
Definition at line 333 of file host_lld.h.
| unsigned int _HOST_DMA_STATUS::directDmaRxCnt |
Definition at line 332 of file host_lld.h.
| unsigned int _HOST_DMA_STATUS::directDmaTxCnt |
Definition at line 331 of file host_lld.h.
| HOST_DMA_FIFO_CNT_REG _HOST_DMA_STATUS::fifoHead |
Definition at line 329 of file host_lld.h.
| HOST_DMA_FIFO_CNT_REG _HOST_DMA_STATUS::fifoTail |
Definition at line 330 of file host_lld.h.