Searched refs:WRXL (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_regs.h84 #define WRXL WRXL_M macro
121 #define SETFOREGROUNDCOLOR(c) WRXL(0x60,c)
122 #define SETBACKGROUNDCOLOR(c) WRXL(0x64,c)
126 #define SETSOURCEXY(x,y) WRXL(0x50, ((y) << 16) | ((x) & 0xFFFF))
127 #define SETSOURCEOFF(o) WRXL(0x50, (o))
131 #define SETDESTXY(x,y) WRXL(0x54, ((y) << 16) | ((x) & 0xFFFF))
132 #define SETDESTOFF(o) WRXL(0x54, (o))
136 #define SETWIDTHHEIGHT(w,h) WRXL(0x58, ((h) << 16) | ((w) & 0xFFFF))
143 #define SETPATTERN(p1, p2) do {WRXL(0x48, p1); WRXL(
[all...]
H A Dapm_video.c579 WRXL(tile + 0x00, 0xFFF0011);
580 WRXL(tile + 0x04, y1 << 16);
581 WRXL(tile + 0x08, 0);
612 WRXL(tile , 0x10 | reg);
615 WRXL(tile , reg);
617 WRXL(tile + 0x04, x2 | (CurrY << 16));
618 WRXL(tile + 0x08, (((x2-x1)*pPriv->xden+pPriv->xnum-1) / pPriv->xnum) |
H A Dapm_driver.c1565 WRXL(0x140, ApmReg->EX[XR140]);
1567 WRXL(0x148, ApmReg->EX[XR148]);
1577 WRXL(0xE8, ApmReg->EX[XRE8]);
1579 WRXL(0xEC, ApmReg->EX[XREC] & ~(1 << 7));
1580 WRXL(0xEC, ApmReg->EX[XREC] | (1 << 7)); /* Do a PLL resync */
1583 WRXL(0xE0, ApmReg->EX[XRE0]);
1605 WRXL(0x140, ApmReg->EX[XR140]);
1607 WRXL(0x148, ApmReg->EX[XR148]);
1618 WRXL(0xE8, ApmReg->EX[XRE8]);
1619 WRXL(
[all...]
H A Dapm_cursor.c149 WRXL(0x148, (y << 16) | (x & 0xFFFF));
H A Dapm_funcs.c29 #define SETWIDTHHEIGHT(w,h) WRXL(0x58, ((h) << 16) | (((w) & 0x3FFF) * 3))
1523 #undef WRXL
1530 #define WRXL WRXL_M macro

Completed in 7 milliseconds