Searched refs:regr16 (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.c46 #define regr16(o) (*(volatile uint16_t *)(registers + (o))) macro
49 #define regw16(o,v) (regr16(o) = (v))
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_res_try_now.c48 #define regr16(o) (*(volatile uint16_t *)(registers + (o))) macro
51 #define regw16(o,v) (regr16(o) = (v))
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_res_try_now.c43 #define regr16(o) (*(volatile uint16_t *)(registers + (o))) macro
46 #define regw16(o,v) (regr16(o) = (v))
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb.h16 #define regr16(a) (*(volatile uint16_t *)(registers+(a))) macro

Completed in 550 milliseconds