Home
last modified time | relevance | path

Searched defs:spd_data (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/schemes/mem/
H A Dmem_spd.h42 typedef struct spd_data { struct
43 uint8_t spd_len; /* bytes written by manufacturer */
44 uint8_t spd_max_len; /* total available prom space */
45 uint8_t memory_type; /* e.g. SDRAM DDR = 0x07 */
46 uint8_t n_rows; /* row address bits */
47 uint8_t n_cols; /* column address bits */
48 uint8_t n_mod_rows; /* number of module rows */
49 uint8_t ls_data_width; /* e.g. 72 bits */
50 uint8_t ms_data_width;
51 uint8_t vddq_if; /* e.g. SSTL 2.5V = 0x04 */
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcvrt_spd_data.c99 cvrt_dim_data(const char *spd_data, size_t spd_data_len, uchar_t **sp_seg_ptr, in cvrt_dim_data()
227 get_spd_data(int fd, char *spd_data, size_t ctr_len, off_t ctr_offset) in get_spd_data()