Searched refs:MEM_WW (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_mem.c | 73 MEM_WW(pInt, i << 2, 0); in setup_int_vect() 74 MEM_WW(pInt, (i << 2) + 2, SYS_BIOS >> 4); in setup_int_vect() 79 MEM_WW(pInt, 0x1f << 2, 0xfa6e); in setup_int_vect() 82 MEM_WW(pInt, 0x11 << 2, 0xf84d); in setup_int_vect() 84 MEM_WW(pInt, 0x12 << 2, 0xf841); in setup_int_vect() 86 MEM_WW(pInt, 0x15 << 2, 0xf859); in setup_int_vect() 88 MEM_WW(pInt, 0x1a << 2, 0xff6e); in setup_int_vect() 90 MEM_WW(pInt, 0x05 << 2, 0xff54); in setup_int_vect() 92 MEM_WW(pInt, 0x08 << 2, 0xfea5); in setup_int_vect() 94 MEM_WW(pInt, 0x13 << 2, 0xec59); in setup_int_vect() [all …]
|
| H A D | xf86int10.c | 140 MEM_WW(pInt, 0x044A, tmp); in int42_handler() 144 MEM_WW(pInt, 0x044C, tmp); in int42_handler() 147 MEM_WW(pInt, 0x044E, 0); in int42_handler() 151 MEM_WW(pInt, i, 0); in int42_handler() 163 MEM_WW(pInt, 0x0463, ioport); in int42_handler() 284 MEM_WW(pInt, 0x044E, start); in int42_handler()
|
| H A D | helper_exec.c | 115 MEM_WW(pInt, ((uint32_t) X86_SS << 4) + X86_SP, val); in pushw() 251 MEM_WW(pInt, dst, x_inw(port)); in port_rep_inw() 718 MEM_WW(pInt, i, *(base + i)); in SetResetBIOSVars()
|
| H A D | xf86int10.h | 114 #define MEM_WW(name, addr, val) (*name->mem->ww)(name, addr, val) macro
|