Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_synd.c185 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_synd_validate()
191 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_synd_validate: " in mcamd_synd_validate()
205 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
210 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
215 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_eccsynd_decode: " in mcamd_eccsynd_decode()
232 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
241 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, in mcamd_cksynd_decode()
248 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_cksynd_decode: " in mcamd_cksynd_decode()
H A Dmcamd_unumtopa.c50 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: chip %d " in mcamd_unumtopa()
55 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: offset " in mcamd_unumtopa()
78 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
101 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa; " in mcamd_unumtopa()
107 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: matched " in mcamd_unumtopa()
112 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
117 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_unumtopa: " in mcamd_unumtopa()
128 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mcamd_untopa: hoist " in mcamd_unumtopa()
H A Dmcamd_patounum.c100 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: dram hole " in iaddr_gen()
117 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_gen: " in iaddr_gen()
216 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "cs_sparedto: cs#%d is " in cs_sparedto()
388 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: 64/8 " in mc_whichdimm()
393 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: " in mc_whichdimm()
414 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: " in mc_whichdimm()
419 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichdimm: " in mc_whichdimm()
429 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_whichhdimm: " in mc_whichdimm()
492 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_bkdg_patounum: " in mc_bkdg_patounum()
524 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_bkdg_patounum: " in mc_bkdg_patounum()
[all …]
H A Dmcamd_rowcol.c114 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank address mode " in gettbls()
120 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no dram address map " in gettbls()
127 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: no bank swizzling " in gettbls()
137 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: " in gettbls()
158 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "%s: 0x%llx | 0x%llx --> 0x%llx", in iaddr_add()
188 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_row: iaddr 0x%llx --> " in iaddr_to_row()
241 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_col: iaddr 0x%llx --> " in iaddr_to_col()
311 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_to_bank: iaddr 0x%llx --> " in iaddr_to_bank()
423 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "iaddr_unnormalize: iaddr 0x%llx " in iaddr_unnormalize()
501 mcamd_dprintf(hdl, MCAMD_DBG_FLOW, "mc_offset_to_pa: offset 0x%llx " in mc_offset_to_pa()
[all …]
H A Dmcamd_api.h139 #define MCAMD_DBG_FLOW 0x2 macro