
NDFC_NDMA_MODE_CTL Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 8DMA_ACT_STA Bits 7 : 6R/W 0x11 00:dma_active is low DMA_ACK_EN Bit 5R/W 0x1 0: active fall do not care ack DELAY_CYCLE Bits 4 : 0R/W 0x05 The counts of hold cycles from DMA last signal high to dma_active high Команда U-Boot для чтения регистра md 4011120 1Bit fields structure
typedef union ndfc_ndma_mode_ctl
{
struct
{
unsigned delay_cycle : 5;
unsigned dma_ack_en : 1;
unsigned dma_act_sta : 2;
unsigned unused0 : 24;
} b;
unsigned long w;
} NDFC_NDMA_MODE_CTL
|
![]() |