Searched refs:show_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | pci.c | 195 #define show_reg(name, what) \ in dump_cxl_config_space() macro 199 show_reg("Cap ID", (val >> 0) & 0xffff); in dump_cxl_config_space() 200 show_reg("Cap Ver", (val >> 16) & 0xf); in dump_cxl_config_space() 201 show_reg("Next Cap Ptr", (val >> 20) & 0xfff); in dump_cxl_config_space() 203 show_reg("VSEC ID", (val >> 0) & 0xffff); in dump_cxl_config_space() 204 show_reg("VSEC Rev", (val >> 16) & 0xf); in dump_cxl_config_space() 205 show_reg("VSEC Length", (val >> 20) & 0xfff); in dump_cxl_config_space() 207 show_reg("Num AFUs", (val >> 0) & 0xff); in dump_cxl_config_space() 208 show_reg("Status", (val >> 8) & 0xff); in dump_cxl_config_space() 209 show_reg("Mod in dump_cxl_config_space() 265 #undef show_reg dump_cxl_config_space() macro 273 #define show_reg dump_afu_descriptor() macro 318 #undef show_reg dump_afu_descriptor() macro [all...] |
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | pci.c | 186 #define show_reg(name, what) \ in dump_cxl_config_space() macro 190 show_reg("Cap ID", (val >> 0) & 0xffff); in dump_cxl_config_space() 191 show_reg("Cap Ver", (val >> 16) & 0xf); in dump_cxl_config_space() 192 show_reg("Next Cap Ptr", (val >> 20) & 0xfff); in dump_cxl_config_space() 194 show_reg("VSEC ID", (val >> 0) & 0xffff); in dump_cxl_config_space() 195 show_reg("VSEC Rev", (val >> 16) & 0xf); in dump_cxl_config_space() 196 show_reg("VSEC Length", (val >> 20) & 0xfff); in dump_cxl_config_space() 198 show_reg("Num AFUs", (val >> 0) & 0xff); in dump_cxl_config_space() 199 show_reg("Status", (val >> 8) & 0xff); in dump_cxl_config_space() 200 show_reg("Mod in dump_cxl_config_space() 256 #undef show_reg dump_cxl_config_space() macro 264 #define show_reg dump_afu_descriptor() macro 309 #undef show_reg dump_afu_descriptor() macro [all...] |
Completed in 4 milliseconds