Searched refs:spd_cache (Results 1 – 1 of 1) sorted by relevance
1260 spd_cache_t spd_cache; in topo_dimm_enum() local1353 (void) memset(&spd_cache, 0, sizeof (spd_cache)); in topo_dimm_enum()1354 spd_cache.sc_dram_type = dram_type; in topo_dimm_enum()1355 if (!topo_dimm_cache_spd(mod, spd_nvl, &spd_cache)) in topo_dimm_enum()1358 if (!topo_dimm_add_props(mod, dimm_tn, &spd_cache)) in topo_dimm_enum()1361 if (!topo_dimm_add_comps(mod, dimm_tn, spd_nvl, &spd_cache)) in topo_dimm_enum()