Lines Matching refs:show_reg

199 #define show_reg(name, what) \  in dump_cxl_config_space()  macro
203 show_reg("Cap ID", (val >> 0) & 0xffff); in dump_cxl_config_space()
204 show_reg("Cap Ver", (val >> 16) & 0xf); in dump_cxl_config_space()
205 show_reg("Next Cap Ptr", (val >> 20) & 0xfff); in dump_cxl_config_space()
207 show_reg("VSEC ID", (val >> 0) & 0xffff); in dump_cxl_config_space()
208 show_reg("VSEC Rev", (val >> 16) & 0xf); in dump_cxl_config_space()
209 show_reg("VSEC Length", (val >> 20) & 0xfff); in dump_cxl_config_space()
211 show_reg("Num AFUs", (val >> 0) & 0xff); in dump_cxl_config_space()
212 show_reg("Status", (val >> 8) & 0xff); in dump_cxl_config_space()
213 show_reg("Mode Control", (val >> 16) & 0xff); in dump_cxl_config_space()
214 show_reg("Reserved", (val >> 24) & 0xff); in dump_cxl_config_space()
216 show_reg("PSL Rev", (val >> 0) & 0xffff); in dump_cxl_config_space()
217 show_reg("CAIA Ver", (val >> 16) & 0xffff); in dump_cxl_config_space()
219 show_reg("Base Image Rev", (val >> 0) & 0xffff); in dump_cxl_config_space()
220 show_reg("Reserved", (val >> 16) & 0x0fff); in dump_cxl_config_space()
221 show_reg("Image Control", (val >> 28) & 0x3); in dump_cxl_config_space()
222 show_reg("Reserved", (val >> 30) & 0x1); in dump_cxl_config_space()
223 show_reg("Image Loaded", (val >> 31) & 0x1); in dump_cxl_config_space()
226 show_reg("Reserved", val); in dump_cxl_config_space()
228 show_reg("Reserved", val); in dump_cxl_config_space()
230 show_reg("Reserved", val); in dump_cxl_config_space()
233 show_reg("AFU Descriptor Offset", val); in dump_cxl_config_space()
235 show_reg("AFU Descriptor Size", val); in dump_cxl_config_space()
237 show_reg("Problem State Offset", val); in dump_cxl_config_space()
239 show_reg("Problem State Size", val); in dump_cxl_config_space()
242 show_reg("Reserved", val); in dump_cxl_config_space()
244 show_reg("Reserved", val); in dump_cxl_config_space()
246 show_reg("Reserved", val); in dump_cxl_config_space()
248 show_reg("Reserved", val); in dump_cxl_config_space()
251 show_reg("PSL Programming Port", val); in dump_cxl_config_space()
253 show_reg("PSL Programming Control", val); in dump_cxl_config_space()
256 show_reg("Reserved", val); in dump_cxl_config_space()
258 show_reg("Reserved", val); in dump_cxl_config_space()
261 show_reg("Flash Address Register", val); in dump_cxl_config_space()
263 show_reg("Flash Size Register", val); in dump_cxl_config_space()
265 show_reg("Flash Status/Control Register", val); in dump_cxl_config_space()
267 show_reg("Flash Data Port", val); in dump_cxl_config_space()
269 #undef show_reg in dump_cxl_config_space()
277 #define show_reg(name, what) \ in dump_afu_descriptor() macro
281 show_reg("num_ints_per_process", AFUD_NUM_INTS_PER_PROC(val)); in dump_afu_descriptor()
282 show_reg("num_of_processes", AFUD_NUM_PROCS(val)); in dump_afu_descriptor()
283 show_reg("num_of_afu_CRs", AFUD_NUM_CRS(val)); in dump_afu_descriptor()
284 show_reg("req_prog_mode", val & 0xffffULL); in dump_afu_descriptor()
288 show_reg("Reserved", val); in dump_afu_descriptor()
290 show_reg("Reserved", val); in dump_afu_descriptor()
292 show_reg("Reserved", val); in dump_afu_descriptor()
295 show_reg("Reserved", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
296 show_reg("AFU_CR_len", AFUD_CR_LEN(val)); in dump_afu_descriptor()
301 show_reg("AFU_CR_offset", val); in dump_afu_descriptor()
304 show_reg("PerProcessPSA_control", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
305 show_reg("PerProcessPSA Length", AFUD_PPPSA_LEN(val)); in dump_afu_descriptor()
308 show_reg("PerProcessPSA_offset", val); in dump_afu_descriptor()
311 show_reg("Reserved", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
312 show_reg("AFU_EB_len", AFUD_EB_LEN(val)); in dump_afu_descriptor()
315 show_reg("AFU_EB_offset", val); in dump_afu_descriptor()
319 show_reg("CR Vendor", val & 0xffff); in dump_afu_descriptor()
320 show_reg("CR Device", (val >> 16) & 0xffff); in dump_afu_descriptor()
322 #undef show_reg in dump_afu_descriptor()