Searched refs:mcamd_cs_next (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/common/mc/mc-amd/ |
H A D | mcamd_patounum.c | 206 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in cs_sparedto() 207 cs = mcamd_cs_next(hdl, mc, cs)) { in cs_sparedto() 535 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_bkdg_patounum() 536 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_bkdg_patounum() 635 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_patounum() 636 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_patounum()
|
H A D | mcamd_rowcol.c | 514 for (cs = mcamd_cs_next(hdl, dimm, NULL); cs != NULL; in mc_offset_to_pa() 515 cs = mcamd_cs_next(hdl, dimm, cs)) { in mc_offset_to_pa() 552 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_offset_to_pa() 553 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_offset_to_pa()
|
H A D | mcamd_api.h | 226 extern mcamd_node_t *mcamd_cs_next(struct mcamd_hdl *, mcamd_node_t *,
|
/titanic_44/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_subr.c | 98 mcamd_cs_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) in mcamd_cs_next() function
|