Lines Matching full:parameter

38 …r consecutive 8-bit bytes used as the basic 32-bit building block for headers and parameter tables.
49 /* the JEDEC basic flash parameter table length is 9 DWORDs (288-bit) on JESD216 (V1.0) initial rel…
54 * SFDP parameter header structure
57 uint8_t id; /**< Parameter ID LSB */
58 uint8_t minor_rev; /**< Parameter minor revision */
59 uint8_t major_rev; /**< Parameter major revision */
60 uint8_t len; /**< Parameter table length(in double words) */
61 … uint32_t ptp; /**< Parameter table 24bit pointer (byte address) */
74 * Read SFDP parameter information
83 /* JEDEC basic flash parameter header */ in sfud_read_sfdp()
88 …SFUD_INFO("Warning: Read SFDP parameter header information failed. The %s is not support JEDEC SFD… in sfud_read_sfdp()
94 * Read SFDP parameter header
103 …* It identifies the SFDP Signature, the number of parameter headers, and the SFDP revision numbers… in read_sfdp_header()
104 /* sfdp parameter header address */ in read_sfdp_header()
106 /* each parameter header being 2 DWORDs (64-bit) */ in read_sfdp_header()
138 * Read JEDEC basic parameter header
145 …/* The basic parameter header is mandatory, is defined by this standard, and starts at byte offset… in read_basic_header()
147 /* each parameter header being 2 DWORDs (64-bit) */ in read_basic_header()
153 /* read JEDEC basic flash parameter header */ in read_basic_header()
155 SFUD_INFO("Error: Can't read JEDEC basic flash parameter header."); in read_basic_header()
163 /* check JEDEC basic flash parameter header */ in read_basic_header()
165 … SFUD_INFO("Error: This reversion(V%d.%d) JEDEC basic flash parameter header is not supported.", in read_basic_header()
170 …SFUD_INFO("Error: The JEDEC basic flash parameter table length (now is %d) error.", basic_header->… in read_basic_header()
173 …SFUD_DEBUG("Check JEDEC basic flash parameter header is OK. The table id is %d, reversion is V%d.%… in read_basic_header()
174 … " length is %d, parameter table pointer is 0x%06lX.", basic_header->id, basic_header->major_rev, in read_basic_header()
181 * Read JEDEC basic parameter table
189 /* parameter table address */ in read_basic_table()
191 /* parameter table */ in read_basic_table()
197 /* read JEDEC basic flash parameter table */ in read_basic_table()
199 SFUD_INFO("Warning: Can't read JEDEC basic flash parameter table."); in read_basic_table()
202 /* print JEDEC basic flash parameter table info */ in read_basic_table()
203 SFUD_DEBUG("JEDEC basic flash parameter table info:"); in read_basic_table()
355 * get the most suitable eraser for erase process from SFDP parameter