Searched defs:regr (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*(), ... */ 45 #define regr(o) (*(volatile uint32_t *)(registers + (o))) macro 48 #define regw(o,v) (regr(o) = (v)) 128 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 158 regr(crtc_pitch_off[stream_index]); 160 regr(crtc_offset_off[stream_index]); 236 pitch = regr(crtc_pitch_off[stream_index]) * 8;
|
/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*(), ... */ 47 #define regr(o) (*(volatile uint32_t *)(registers + (o))) macro 50 #define regw(o,v) (regr(o) = (v)) 133 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 163 regr(crtc_pitch_off[stream_index]); 165 regr(crtc_offset_off[stream_index]); 241 pitch = regr(crtc_pitch_off[stream_index]) * 8;
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_res_try_now.c | 42 #define regr(o) (*(volatile uint32_t *)(registers + (o))) macro 45 #define regw(o,v) (regr(o) = (v)) 122 volatile u_char *registers; /* Ptr to registers (regr(), regw()) */ 152 regr(crtc_pitch_off[stream_index]); 154 regr(crtc_offset_off[stream_index]); 230 pitch = regr(crtc_pitch_off[stream_index]) * 8;
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb.h | 14 #define regr(a) (*(volatile uint32_t *)(registers+(a))) macro 18 #define regw(a, d) (regr(a) = (d))
|
Completed in 16 milliseconds