Searched refs:PRINTREG (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | atw.c | 422 #define PRINTREG(sc, reg) \ in atw_print_regs() macro 428 PRINTREG(sc, ATW_PAR); in atw_print_regs() 429 PRINTREG(sc, ATW_FRCTL); in atw_print_regs() 430 PRINTREG(sc, ATW_TDR); in atw_print_regs() 431 PRINTREG(sc, ATW_WTDP); in atw_print_regs() 432 PRINTREG(sc, ATW_RDR); in atw_print_regs() 433 PRINTREG(sc, ATW_WRDP); in atw_print_regs() 434 PRINTREG(sc, ATW_RDB); in atw_print_regs() 435 PRINTREG(sc, ATW_CSR3A); in atw_print_regs() 436 PRINTREG(sc, ATW_TDBD); in atw_print_regs() [all …]
|
/netbsd-src/sys/arch/evbppc/virtex/dev/ |
H A D | pstwo.c | 139 #define PRINTREG(name, reg) \ 143 PRINTREG("status ", PSTWO_STAT); 144 PRINTREG("recv byte", PSTWO_RX_DATA); 145 PRINTREG("intr stat", PSTWO_INTR_STAT); 146 PRINTREG("intr mask", PSTWO_INTR_MSET); 148 #undef PRINTREG
|
/netbsd-src/sys/dev/pci/ |
H A D | radeonfb.c | 205 #define PRINTREG(r) DPRINTF((#r " = %08x\n", GET32(sc, r))) macro 209 #define PRINTREG(r) macro 578 PRINTREG(RADEON_CRTC_EXT_CNTL); in radeonfb_attach() 579 PRINTREG(RADEON_CRTC_GEN_CNTL); in radeonfb_attach() 580 PRINTREG(RADEON_CRTC2_GEN_CNTL); in radeonfb_attach() 581 PRINTREG(RADEON_DISP_OUTPUT_CNTL); in radeonfb_attach() 582 PRINTREG(RADEON_DAC_CNTL2); in radeonfb_attach() 583 PRINTREG(RADEON_BIOS_4_SCRATCH); in radeonfb_attach() 584 PRINTREG(RADEON_FP_GEN_CNTL); in radeonfb_attach() 586 PRINTREG(RADEON_FP2_GEN_CNTL); in radeonfb_attach() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 3527 #define PRINTREG(a) if (current_frame_info.r[a]) \ in ia64_expand_prologue() macro 3529 PRINTREG(reg_fp); in ia64_expand_prologue() 3530 PRINTREG(reg_save_b0); in ia64_expand_prologue() 3531 PRINTREG(reg_save_pr); in ia64_expand_prologue() 3532 PRINTREG(reg_save_ar_pfs); in ia64_expand_prologue() 3533 PRINTREG(reg_save_ar_unat); in ia64_expand_prologue() 3534 PRINTREG(reg_save_ar_lc); in ia64_expand_prologue() 3535 PRINTREG(reg_save_gp); in ia64_expand_prologue() 3536 #undef PRINTREG in ia64_expand_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 3527 #define PRINTREG(a) if (current_frame_info.r[a]) \ in ia64_expand_prologue() macro 3529 PRINTREG(reg_fp); in ia64_expand_prologue() 3530 PRINTREG(reg_save_b0); in ia64_expand_prologue() 3531 PRINTREG(reg_save_pr); in ia64_expand_prologue() 3532 PRINTREG(reg_save_ar_pfs); in ia64_expand_prologue() 3533 PRINTREG(reg_save_ar_unat); in ia64_expand_prologue() 3534 PRINTREG(reg_save_ar_lc); in ia64_expand_prologue() 3535 PRINTREG(reg_save_gp); in ia64_expand_prologue() 3536 #undef PRINTREG in ia64_expand_prologue()
|