Lines Matching +full:mode +full:- +full:recovery

2  * Copyright 2008-2014 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0
11 * Format from "JEDEC Standard No. 21-C,
35 unsigned char write_lat; /* 20 Write Latency (aka Write Recovery) */
38 unsigned char clk_cycle2; /* 23 Min SDRAM Cycle time @ CL=X-0.5 */
40 Clk @ CL=X-0.5 (tAC) */
41 unsigned char clk_cycle3; /* 25 Min SDRAM Cycle time @ CL=X-1 */
42 unsigned char clk_access3; /* 26 Max Access from Clk @ CL=X-1 (tAC) */
52 unsigned char res_36_40[5];/* 36-40 reserved for VCSDRAM */
60 unsigned char res_48_61[14]; /* 48-61 Reserved */
62 unsigned char cksum; /* 63 Checksum for bytes 0-62 */
63 unsigned char mid[8]; /* 64-71 Mfr's JEDEC ID code per JEP-106 */
69 unsigned char mspec[27]; /* 99-127 Manufacturer Specific Data */
101 unsigned char clk_cycle2; /* 23 Min SDRAM Cycle time @ CL=X-1 */
102 unsigned char clk_access2; /* 24 SDRAM Access from Clk @ CL=X-1 (tAC) */
103 unsigned char clk_cycle3; /* 25 Min SDRAM Cycle time @ CL=X-2 */
104 unsigned char clk_access3; /* 26 Max Access from Clk @ CL=X-2 (tAC) */
116 unsigned char twr; /* 36 Write Recovery time tWR */
129 Top (Case) to Ambient (Psi T-A DRAM) */
131 due to Activate-Precharge/Mode Bits
132 (DT0/Mode Bits) */
137 due to Precharge Power-Down (DT2P) */
141 due to Active Power-Down with
144 due to Active Power-Down with Slow
148 Mode Bit (DT4R/DT4R4W Mode Bit) */
153 Auto-Precharge (DT7) */
155 Top (Case) to Ambient (Psi T-A PLL) */
158 (Psi T-A Register) */
162 Ambient due to Register Active/Mode Bit
163 (DT Register Active/Mode Bit) */
165 unsigned char cksum; /* 63 Checksum for bytes 0-62 */
166 unsigned char mid[8]; /* 64 Mfr's JEDEC ID code per JEP-106 */
172 unsigned char mspec[27]; /* 99-127 Manufacturer Specific Data */
177 /* General Section: Bytes 0-59 */
199 unsigned char twr_min; /* 17 Min Write REcovery Time */
209 unsigned char trfc_min_lsb; /* 24 Min Refresh Recovery Delay Time */
210 unsigned char trfc_min_msb; /* 25 Min Refresh Recovery Delay Time */
227 unsigned char res_39_59[21]; /* 39-59 Reserved, General Section */
229 /* Module-Specific Section: Bytes 60-116 */
241 /* 64-116 (Unbuffered) Reserved */
263 /* 69-76 RC1,3,5...15 (MS Nibble) / RC0,2,4...14 (LS Nibble) */
266 unsigned char uc[57]; /* 60-116 Module-Specific Section */
269 /* Unique Module ID: Bytes 117-125 */
270 unsigned char mmid_lsb; /* 117 Module MfgID Code LSB - JEP-106 */
271 unsigned char mmid_msb; /* 118 Module MfgID Code MSB - JEP-106 */
273 unsigned char mdate[2]; /* 120-121 Mfg Date */
274 unsigned char sernum[4]; /* 122-125 Module Serial Number */
276 /* CRC: Bytes 126-127 */
277 unsigned char crc[2]; /* 126-127 SPD CRC */
279 /* Other Manufacturer Fields and User Space: Bytes 128-255 */
280 unsigned char mpart[18]; /* 128-145 Mfg's Module Part Number */
281 unsigned char mrev[2]; /* 146-147 Module Revision Code */
283 unsigned char dmid_lsb; /* 148 DRAM MfgID Code LSB - JEP-106 */
284 unsigned char dmid_msb; /* 149 DRAM MfgID Code MSB - JEP-106 */
286 unsigned char msd[26]; /* 150-175 Mfg's Specific Data */
287 unsigned char cust[80]; /* 176-255 Open for Customer Use */
291 /* From JEEC Standard No. 21-C release 23A */
293 /* General Section: Bytes 0-127 */
324 uint8_t trfc1_min_lsb; /* 30 Min Refresh Recovery Delay Time */
325 uint8_t trfc1_min_msb; /* 31 Min Refresh Recovery Delay Time */
326 uint8_t trfc2_min_lsb; /* 32 Min Refresh Recovery Delay Time */
327 uint8_t trfc2_min_msb; /* 33 Min Refresh Recovery Delay Time */
328 uint8_t trfc4_min_lsb; /* 34 Min Refresh Recovery Delay Time */
329 uint8_t trfc4_min_msb; /* 35 Min Refresh Recovery Delay Time */
335 uint8_t res_41[60-41]; /* 41 Rserved */
336 uint8_t mapping[78-60]; /* 60~77 Connector to SDRAM bit map */
337 uint8_t res_78[117-78]; /* 78~116, Reserved */
347 /* CRC: Bytes 126-127 */
348 uint8_t crc[2]; /* 126-127 SPD CRC */
350 /* Module-Specific Section: Bytes 128-255 */
363 uint8_t res_132[254-132];
387 uint8_t res_137[254-137];
473 uint8_t res_155[254-155]; /* Reserved */
477 uint8_t uc[128]; /* 128-255 Module-Specific Section */
480 uint8_t res_256[320-256]; /* 256~319 Reserved */
496 uint8_t user[512-384]; /* 384~511 End User Programmable */