Lines Matching refs:show_reg

214 #define show_reg(name, what) \  in dump_cxl_config_space()  macro
218 show_reg("Cap ID", (val >> 0) & 0xffff); in dump_cxl_config_space()
219 show_reg("Cap Ver", (val >> 16) & 0xf); in dump_cxl_config_space()
220 show_reg("Next Cap Ptr", (val >> 20) & 0xfff); in dump_cxl_config_space()
222 show_reg("VSEC ID", (val >> 0) & 0xffff); in dump_cxl_config_space()
223 show_reg("VSEC Rev", (val >> 16) & 0xf); in dump_cxl_config_space()
224 show_reg("VSEC Length", (val >> 20) & 0xfff); in dump_cxl_config_space()
226 show_reg("Num AFUs", (val >> 0) & 0xff); in dump_cxl_config_space()
227 show_reg("Status", (val >> 8) & 0xff); in dump_cxl_config_space()
228 show_reg("Mode Control", (val >> 16) & 0xff); in dump_cxl_config_space()
229 show_reg("Reserved", (val >> 24) & 0xff); in dump_cxl_config_space()
231 show_reg("PSL Rev", (val >> 0) & 0xffff); in dump_cxl_config_space()
232 show_reg("CAIA Ver", (val >> 16) & 0xffff); in dump_cxl_config_space()
234 show_reg("Base Image Rev", (val >> 0) & 0xffff); in dump_cxl_config_space()
235 show_reg("Reserved", (val >> 16) & 0x0fff); in dump_cxl_config_space()
236 show_reg("Image Control", (val >> 28) & 0x3); in dump_cxl_config_space()
237 show_reg("Reserved", (val >> 30) & 0x1); in dump_cxl_config_space()
238 show_reg("Image Loaded", (val >> 31) & 0x1); in dump_cxl_config_space()
241 show_reg("Reserved", val); in dump_cxl_config_space()
243 show_reg("Reserved", val); in dump_cxl_config_space()
245 show_reg("Reserved", val); in dump_cxl_config_space()
248 show_reg("AFU Descriptor Offset", val); in dump_cxl_config_space()
250 show_reg("AFU Descriptor Size", val); in dump_cxl_config_space()
252 show_reg("Problem State Offset", val); in dump_cxl_config_space()
254 show_reg("Problem State Size", val); in dump_cxl_config_space()
257 show_reg("Reserved", val); in dump_cxl_config_space()
259 show_reg("Reserved", val); in dump_cxl_config_space()
261 show_reg("Reserved", val); in dump_cxl_config_space()
263 show_reg("Reserved", val); in dump_cxl_config_space()
266 show_reg("PSL Programming Port", val); in dump_cxl_config_space()
268 show_reg("PSL Programming Control", val); in dump_cxl_config_space()
271 show_reg("Reserved", val); in dump_cxl_config_space()
273 show_reg("Reserved", val); in dump_cxl_config_space()
276 show_reg("Flash Address Register", val); in dump_cxl_config_space()
278 show_reg("Flash Size Register", val); in dump_cxl_config_space()
280 show_reg("Flash Status/Control Register", val); in dump_cxl_config_space()
282 show_reg("Flash Data Port", val); in dump_cxl_config_space()
284 #undef show_reg in dump_cxl_config_space()
291 #define show_reg(name, what) \ in dump_afu_descriptor() macro
295 show_reg("num_ints_per_process", AFUD_NUM_INTS_PER_PROC(val)); in dump_afu_descriptor()
296 show_reg("num_of_processes", AFUD_NUM_PROCS(val)); in dump_afu_descriptor()
297 show_reg("num_of_afu_CRs", AFUD_NUM_CRS(val)); in dump_afu_descriptor()
298 show_reg("req_prog_mode", val & 0xffffULL); in dump_afu_descriptor()
301 show_reg("Reserved", val); in dump_afu_descriptor()
303 show_reg("Reserved", val); in dump_afu_descriptor()
305 show_reg("Reserved", val); in dump_afu_descriptor()
308 show_reg("Reserved", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
309 show_reg("AFU_CR_len", AFUD_CR_LEN(val)); in dump_afu_descriptor()
312 show_reg("AFU_CR_offset", val); in dump_afu_descriptor()
315 show_reg("PerProcessPSA_control", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
316 show_reg("PerProcessPSA Length", AFUD_PPPSA_LEN(val)); in dump_afu_descriptor()
319 show_reg("PerProcessPSA_offset", val); in dump_afu_descriptor()
322 show_reg("Reserved", (val >> (63-7)) & 0xff); in dump_afu_descriptor()
323 show_reg("AFU_EB_len", AFUD_EB_LEN(val)); in dump_afu_descriptor()
326 show_reg("AFU_EB_offset", val); in dump_afu_descriptor()
328 #undef show_reg in dump_afu_descriptor()