Searched refs:vu32 (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvmisc.h9 void verite_bustomem_cpy (vu8 *, vu8 *, vu32);
10 void verite_memtobus_cpy (vu8 *, vu8 *, vu32);
H A Dv1krisc.c51 (((vu32)(op)<<24) | ((vu32)(d)<<16) | ((vu32)(s2)<<8) | ((vu32)(s1)&0xff))
53 (((vu32)(op)<<24) | (((vu32)(off8)&0xff)<<16) | ((vu32)(s2)<<8) | ((vu32)(s1)))
55 (((vu32)(op)<<24) | ((vu32)(
[all...]
H A Dv1krisc.h25 void v1k_start(ScrnInfoPtr pScreenInfo, vu32 pc);
H A Dvtypes.h38 typedef CARD32 vu32; typedef in typeref:typename:CARD32
127 vu32 mmio_base;
128 vu32 vmmio_base;
129 vu32 mem_size;
135 vu32 csucode_base;
136 vu32 ucode_base;
137 vu32 ucode_entry;
138 vu32 cursor_base;
155 vu32 hwcursor_membase; /* videomem adress for V2K-cursor */
158 vu32 fbOffse
[all...]
H A Dvmisc.c16 verite_bustomem_cpy(vu8 *dst, vu8 *src, vu32 num)
28 verite_memtobus_cpy(vu8 *dst, vu8 *src, vu32 num)
H A Dv2kregs.h75 vu32 fifo_swap_no[0x2000]; /* 0x0 */
76 vu32 fifo_swap_end[0x2000]; /* 0x4000 */
77 vu32 fifo_swap_inhw[0x2000]; /* 0x8000 */
78 vu32 fifo_swap_hw[0x2000]; /* 0xC000 */
79 vu32 reserved0[0x10]; /* 0x10000 */
94 vu32 dmacmdptr; /* 0x10050 */
95 vu32 dma_address; /* 0x10054 */
96 vu32 dma_count; /* 0x10058 */
101 vu32 stateindex; /* 0x10060 */
102 vu32 statedat
[all...]
H A Dvmodes.h30 void verite_setframebase(ScrnInfoPtr pScreenInfo, vu32 framebase);
H A Dvramdac.h43 void verite_setcursorcolor(ScrnInfoPtr pScreenInfo, vu32 bg, vu32 fg);
H A Dcscode.h8 static vu32 csrisc[]={
H A Dvos.h32 #define /*void*/ verite_out32(/*unsigned long*/ port, /*vu32*/ data) \
37 #define /*vu32*/ verite_in32(/*unsigned long*/ io_base) ((vu32)inl(io_base))
50 vu8 *verite_mapmemory(vu8 *membase, vu32 size);
51 void verite_unmapmemory(vu8 *vmembase, vu32 size);
H A Dvboard.c43 vu32 offset;
59 for (c=0; c<sizeof(csrisc)/sizeof(vu32); c++, offset+=sizeof(vu32))
125 vu32 crtcctl = verite_in32(iob+CRTCCTL);
142 vu32 offset;
143 vu32 pattern;
144 vu32 start;
212 vu32 offset;
232 for (c=0; c<sizeof(csrisc)/sizeof(vu32); c++, offset+=sizeof(vu32))
[all...]
H A Dvmodes.c33 (((vu32)(M-2)<<10) | ((vu32)P<<8) | (vu32)(N-2))
35 #define v2kcombineNMP(N, M, P) (((vu32)N<<13) | ((vu32)P<<9) | (vu32)M)
66 (((((vu32)(((fp)>>3)-1))&7)<<21)|((((vu32)(((sy)>>3)-1))&0x1F)<<16)|((((vu32)(((bp)>>3)-1))&0x3f)<<9)|((((vu32)(((a
[all...]
H A Dvloaduc.c52 static void mmve(ScrnInfoPtr pScreenInfo, vu32 size, vu8 *data, vu32 phys_addr);
188 vu32 offset=SW32(phdr->p_offset);
189 vu32 size=SW32(phdr->p_filesz);
190 vu32 physAddr=SW32(phdr->p_paddr);
234 mmve(ScrnInfoPtr pScreenInfo, vu32 size, vu8 *data, vu32 phys_addr)
238 vu32 *dataout;
245 dataout=(vu32 *)data;
H A Dcommonregs.h210 #define ICACHE_ONOFF_MASK (((vu32)1<<17)|(1<<3))
212 #define ICACHE_OFF (((vu32)1<<17)|(1<<3))
H A Dvramdac.c321 * void verite_setcursorcolor(ScrnInfoPtr pScreenInfo, vu32 bg, vu32 fg)
327 verite_setcursorcolor(ScrnInfoPtr pScreenInfo, vu32 fg, vu32 bg)
458 vu32 crtc_status;
H A Drendition.c1458 vu32 temp;
1491 vu32 value = 0;
H A DaccelX.c50 #define P1(x) ((vu32)x)

Completed in 11 milliseconds