Searched refs:MEM_RW (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10.c | 125 int1d = MEM_RW(pInt, 0x1d << 2); in int42_handler() 143 tmp = MEM_RW(pInt, (mode & 0x06) + int1d + 0x40); in int42_handler() 194 unsigned int ioport = MEM_RW(pInt, 0x0463); in int42_handler() 223 offset = (X86_DH * MEM_RW(pInt, 0x044A)) + X86_DL; in int42_handler() 224 offset += MEM_RW(pInt, 0x044E) << 1; in int42_handler() 226 ioport = MEM_RW(pInt, 0x0463); in int42_handler() 277 unsigned int ioport = MEM_RW(pInt, 0x0463); in int42_handler() 283 start = X86_AL * MEM_RW(pInt, 0x044C); in int42_handler() 296 start += (y * MEM_RW(pInt, 0x044A)) + x; in int42_handler() 427 unsigned int ioport = MEM_RW(pInt, 0x0463) + 5; in int42_handler() [all …]
|
| H A D | helper_exec.c | 108 return MEM_RW(pInt, num << 2) + (MEM_RW(pInt, (num << 2) + 2) << 4); in getIntVect() 125 if (MEM_RW(pInt, (num << 2) + 2) == (SYS_BIOS >> 4)) { /* SYS_BIOS_SEG ? */ in run_bios_int() 157 X86_CS = MEM_RW(pInt, (num << 2) + 2); in run_bios_int() 158 X86_IP = MEM_RW(pInt, num << 2); in run_bios_int() 302 x_outw(port, MEM_RW(pInt, dst)); in port_rep_outw() 722 *(base + i) = MEM_RW(pInt, i); in SetResetBIOSVars()
|
| H A D | helper_mem.c | 297 segments[0] = MEM_RW(pInt, (0x10 << 2) + 2); in xf86int10GetBiosSegment() 298 segments[1] = MEM_RW(pInt, (0x42 << 2) + 2); in xf86int10GetBiosSegment()
|
| H A D | xf86int10.h | 111 #define MEM_RW(name, addr) (*name->mem->rw)(name, addr) macro
|
| H A D | INT10.HOWTO | 324 (MEM_RB(name,addr),MEM_RW(name,addr),MEM_RL(name,addr),
|