OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINTREG
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
atw.c
422
#define
PRINTREG
(sc, reg) \
428
PRINTREG
(sc, ATW_PAR);
429
PRINTREG
(sc, ATW_FRCTL);
430
PRINTREG
(sc, ATW_TDR);
431
PRINTREG
(sc, ATW_WTDP);
432
PRINTREG
(sc, ATW_RDR);
433
PRINTREG
(sc, ATW_WRDP);
434
PRINTREG
(sc, ATW_RDB);
435
PRINTREG
(sc, ATW_CSR3A);
436
PRINTREG
(sc, ATW_TDBD)
[
all
...]
/src/sys/dev/pci/
radeonfb.c
205
#define
PRINTREG
(r) DPRINTF((#r " = %08x\n", GET32(sc, r)))
209
#define
PRINTREG
(r)
578
PRINTREG
(RADEON_CRTC_EXT_CNTL);
579
PRINTREG
(RADEON_CRTC_GEN_CNTL);
580
PRINTREG
(RADEON_CRTC2_GEN_CNTL);
581
PRINTREG
(RADEON_DISP_OUTPUT_CNTL);
582
PRINTREG
(RADEON_DAC_CNTL2);
583
PRINTREG
(RADEON_BIOS_4_SCRATCH);
584
PRINTREG
(RADEON_FP_GEN_CNTL);
586
PRINTREG
(RADEON_FP2_GEN_CNTL)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc
3542
#define
PRINTREG
(a) if (current_frame_info.r[a]) \
3544
PRINTREG
(reg_fp);
3545
PRINTREG
(reg_save_b0);
3546
PRINTREG
(reg_save_pr);
3547
PRINTREG
(reg_save_ar_pfs);
3548
PRINTREG
(reg_save_ar_unat);
3549
PRINTREG
(reg_save_ar_lc);
3550
PRINTREG
(reg_save_gp);
3551
#undef
PRINTREG
/src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc
3532
#define
PRINTREG
(a) if (current_frame_info.r[a]) \
3534
PRINTREG
(reg_fp);
3535
PRINTREG
(reg_save_b0);
3536
PRINTREG
(reg_save_pr);
3537
PRINTREG
(reg_save_ar_pfs);
3538
PRINTREG
(reg_save_ar_unat);
3539
PRINTREG
(reg_save_ar_lc);
3540
PRINTREG
(reg_save_gp);
3541
#undef
PRINTREG
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026