NDFC_TIMING_CFG Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 20T_WC Bits 19 : 18R/W 0x0 Write Cycle Time T_CCS Bits 17 : 16R/W 0x0 Change Column Setup Time T_CLHZ Bits 15 : 14R/W 0x0 CLE High to Output Hi-z T_CS Bits 13 : 12R/W 0x0 CE Setup Time T_CDQSS Bit 11R/W 0x0 DQS Setup Time for Data Input Start T_CAD Bits 10 : 8R/W 0x0 Command, Address, Data Delay T_RHW Bits 7 : 6R/W 0x2 Cycle Number from RE# High to WE# Low T_WHR Bits 5 : 4R/W 0x1 Cycle Number from WE# High to RE# Low T_ADL Bits 3 : 2R/W 0x1 Cycle Number from Address to Data Loading T_WB Bits 1 : 0R/W 0x1 Cycle Number from WE# High to Busy Команда U-Boot для чтения регистра md 4011010 1Bit fields structuretypedef union ndfc_timing_cfg { struct { unsigned t_wb : 2; unsigned t_adl : 2; unsigned t_whr : 2; unsigned t_rhw : 2; unsigned t_cad : 3; unsigned t_cdqss : 1; unsigned t_cs : 2; unsigned t_clhz : 2; unsigned t_ccs : 2; unsigned t_wc : 2; unsigned unused0 : 12; } b; unsigned long w; } NDFC_TIMING_CFG |