Home
last modified time | relevance | path

Searched refs:MCAMD_DBG_FLOW (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/common/mc/mc-amd/
H A Dmcamd_synd.c187 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_synd_validate()
193 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_synd_validate: " in mcamd_synd_validate()
207 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
212 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
217 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
234 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
243 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_cksynd_decode()
250 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
H A Dmcamd_unumtopa.c52 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: chip %d " in mcamd_unumtopa()
57 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: offset " in mcamd_unumtopa()
80 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
103 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
109 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: matched " in mcamd_unumtopa()
114 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
119 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
130 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_untopa: hoist " in mcamd_unumtopa()
H A Dmcamd_patounum.c85 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: PA 0x%llx not " in iaddr_gen()
102 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: dram hole " in iaddr_gen()
119 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: " in iaddr_gen()
138 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: PA 0x%llx in range " in iaddr_gen()
172 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx " in cs_match()
176 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_match: iaddr 0x%llx " in cs_match()
218 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_sparedto: cs#%d is " in cs_sparedto()
377 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: just one " in mc_whichdimm()
390 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: 64/8 " in mc_whichdimm()
395 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: " in mc_whichdimm()
[all …]
H A Dmcamd_rowcol.c112 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank address mode " in gettbls()
118 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no dram address map " in gettbls()
125 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank swizzling " in gettbls()
135 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: " in gettbls()
156 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: 0x%llx | 0x%llx --> 0x%llx", in iaddr_add()
186 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_row: iaddr 0x%llx --> " in iaddr_to_row()
239 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_col: iaddr 0x%llx --> " in iaddr_to_col()
309 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_bank: iaddr 0x%llx --> " in iaddr_to_bank()
421 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_unnormalize: iaddr 0x%llx " in iaddr_unnormalize()
499 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_offset_to_pa: offset 0x%llx " in mc_offset_to_pa()
[all …]
H A Dmcamd_api.h141 #define MCAMD_DBG_FLOW 0x2 macro