HomeSort by: relevance | last modified time | path
    Searched refs:RGfx (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite_rt.c 182 (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 1);
227 (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 0);
249 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 1);
267 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 0);
300 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 1);
346 (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 0);
366 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 1);
384 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 0);
grf_cvreg.h 96 static inline unsigned char RGfx(volatile void *, short);
426 RGfx(volatile void *ba, short idx)
grf_etreg.h 378 static inline unsigned char RGfx(volatile void *ba, short idx) {
grf_rtreg.h 520 static inline unsigned char RGfx(volatile void *ba, short idx) {
grf_cv3dreg.h 118 static inline unsigned char RGfx(volatile void *, short);
617 RGfx(volatile void *ba, short idx)
grf_rhreg.h 670 static inline unsigned char RGfx(volatile void *ba, short idx) {
grf_rt.c 1327 WGfx (ba, GCT_ID_GRAPHICS_MODE, (RGfx(ba, GCT_ID_GRAPHICS_MODE) & 0xfc) | 1);
  /src/sys/arch/atari/dev/
grf_etreg.h 235 static inline u_char RGfx(volatile void *ba, short idx) {
grfabs_et.c 251 if (RGfx(ba, GCT_ID_MISC) & 1) {
657 et_regs->grf[i] = RGfx(ba, i);

Completed in 19 milliseconds