
NDFC_DDR2_SPEC_CTL Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16DLEN_WR Bits 15 : 12R/W 0x0 The number of latency DQS cycle for write DLEN_RD Bits 11 : 8R/W 0x0 The number of latency DQS cycle for read Unused Bits 7 : 3EN_RE_C Bit 2R/W 0x0 Enable the complementary RE# signal EN_DQS_C Bit 1R/W 0x0 Enable the complementary DQS signal Unused Bit 0Команда U-Boot для чтения регистра md 401111c 1Bit fields structure
typedef union ndfc_ddr2_spec_ctl
{
struct
{
unsigned unused0 : 1;
unsigned en_dqs_c : 1;
unsigned en_re_c : 1;
unsigned unused1 : 5;
unsigned dlen_rd : 4;
unsigned dlen_wr : 4;
unsigned unused2 : 16;
} b;
unsigned long w;
} NDFC_DDR2_SPEC_CTL
|
![]() |