Searched defs:regw (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_res_try_now.c | 42 #include "libast_int.h" /* Radeon_*(), regr*(), regw*(), ... */ 48 #define regw(o,v) (regr(o) = (v)) macro 128 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 312 regw(crtc_pitch_off[0], crtc_pitch_val[0]);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_res_try_now.c | 44 #include "libefb_int.h" /* Radeon_*(), regr*(), regw*(), ... */ 50 #define regw(o,v) (regr(o) = (v)) macro 133 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 317 regw(crtc_pitch_off[0], crtc_pitch_val[0]);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 45 #define regw(o,v) (regr(o) = (v)) macro 122 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 306 regw(crtc_pitch_off[0], crtc_pitch_val[0]);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb.h | 18 #define regw(a, d) (regr(a) = (d)) macro
|
Completed in 14 milliseconds