Searched refs:MEM_RW (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 125 int1d = MEM_RW(pInt, 0x1d << 2); 143 tmp = MEM_RW(pInt, (mode & 0x06) + int1d + 0x40); 197 IOADDRESS ioport = MEM_RW(pInt, 0x0463) + pInt->ioBase; 226 offset = (X86_DH * MEM_RW(pInt, 0x044A)) + X86_DL; 227 offset += MEM_RW(pInt, 0x044E) << 1; 229 ioport = MEM_RW(pInt, 0x0463) + pInt->ioBase; 279 IOADDRESS ioport = MEM_RW(pInt, 0x0463) + pInt->ioBase; 285 start = X86_AL * MEM_RW(pInt, 0x044C); 298 start += (y * MEM_RW(pInt, 0x044A)) + x; 429 IOADDRESS ioport = MEM_RW(pIn [all...] |
| H A D | helper_exec.c | 105 return MEM_RW(pInt, num << 2) + (MEM_RW(pInt, (num << 2) + 2) << 4); 121 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ?*/ 152 X86_CS = MEM_RW(pInt, (num << 2) + 2); 153 X86_IP = MEM_RW(pInt, num << 2); 290 x_outw(port, MEM_RW(pInt, dst)); 701 *(base + i) = MEM_RW(pInt, i);
|
| H A D | helper_mem.c | 300 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); 301 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2);
|
| H A D | xf86int10.h | 111 #define MEM_RW(name, addr) (*name->mem->rw)(name, addr) macro
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/ |
| H A D | xf86int10.c | 125 int1d = MEM_RW(pInt, 0x1d << 2); 143 tmp = MEM_RW(pInt, (mode & 0x06) + int1d + 0x40); 194 unsigned int ioport = MEM_RW(pInt, 0x0463); 223 offset = (X86_DH * MEM_RW(pInt, 0x044A)) + X86_DL; 224 offset += MEM_RW(pInt, 0x044E) << 1; 226 ioport = MEM_RW(pInt, 0x0463); 277 unsigned int ioport = MEM_RW(pInt, 0x0463); 283 start = X86_AL * MEM_RW(pInt, 0x044C); 296 start += (y * MEM_RW(pInt, 0x044A)) + x; 427 unsigned int ioport = MEM_RW(pIn [all...] |
| H A D | helper_exec.c | 108 return MEM_RW(pInt, num << 2) + (MEM_RW(pInt, (num << 2) + 2) << 4); 125 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ? */ 157 X86_CS = MEM_RW(pInt, (num << 2) + 2); 158 X86_IP = MEM_RW(pInt, num << 2); 302 x_outw(port, MEM_RW(pInt, dst)); 731 *(base + i) = MEM_RW(pInt, i);
|
| H A D | helper_mem.c | 297 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); 298 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2);
|
| H A D | xf86int10.h | 111 #define MEM_RW(name, addr) (*name->mem->rw)(name, addr) macro
|
Completed in 7 milliseconds