Searched refs:show_reg (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/misc/cxl/ |
D | pci.c | 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() [all …]
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_200MHz_16MB | 232 show_reg
|
D | dot.gdbinit_400MHz_32MB | 232 show_reg
|
D | dot.gdbinit_300MHz_32MB | 232 show_reg
|