Searched refs:spd_parse_rev (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libjedec/common/ |
H A D | libjedec_spd.h | 149 extern void spd_parse_rev(spd_info_t *, uint32_t, uint32_t, const char *);
|
H A D | libjedec_spd_lp5.c | 280 { .sp_off = SPD_LP5_SPD_REV, .sp_parse = spd_parse_rev },
|
H A D | libjedec_spd_lp4.c | 487 { .sp_off = SPD_LP4_SPD_REV, .sp_parse = spd_parse_rev },
|
H A D | libjedec_spd.c | 396 spd_parse_rev(spd_info_t *si, uint32_t off, uint32_t len, const char *key) in spd_parse_rev() function
|
H A D | libjedec_spd_ddr3.c | 540 { .sp_off = SPD_DDR3_SPD_REV, .sp_parse = spd_parse_rev },
|
H A D | libjedec_spd_ddr4.c | 582 { .sp_off = SPD_DDR4_SPD_REV, .sp_parse = spd_parse_rev },
|
H A D | libjedec_spd_ddr5.c | 756 { .sp_off = SPD_DDR5_SPD_REV, .sp_parse = spd_parse_rev },
|