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 Dast_res_try_now.c42 #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 Defb_res_try_now.c44 #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 Dmga_res_try_now.c45 #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 Defb.h18 #define regw(a, d) (regr(a) = (d)) macro

Completed in 275 milliseconds