Searched refs:MEM_WB (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | xf86int10.c | 136 MEM_WB(pInt, 0x0449, mode); in int42_handler() 155 MEM_WB(pInt, 0x0460, tmp); in int42_handler() 157 MEM_WB(pInt, 0x0461, tmp); in int42_handler() 160 MEM_WB(pInt, 0x0462, 0); in int42_handler() 167 MEM_WB(pInt, 0x0465, cgamode); in int42_handler() 170 MEM_WB(pInt, 0x0466, cgacolour); in int42_handler() 173 MEM_WB(pInt, 0x0484, (25 - 1)); in int42_handler() 196 MEM_WB(pInt, 0x0460, X86_CL); in int42_handler() 197 MEM_WB(pInt, 0x0461, X86_CH); in int42_handler() 217 MEM_WB(pInt, (X86_BH << 1) + 0x0450, X86_DL); in int42_handler() [all …]
|
| H A D | helper_mem.c | 104 MEM_WB(pInt, 0x0410, i); in setup_int_vect() 168 MEM_WB(pInt, i + (0x1000 - sizeof(VideoParms)), VideoParms[i]); in reset_int_vect() 187 MEM_WB(pInt, 0x0600, 0xf4); in set_return_trap()
|
| H A D | xf86int10.h | 113 #define MEM_WB(name, addr, val) (*name->mem->wb)(name, addr, val) macro
|
| H A D | helper_exec.c | 234 MEM_WB(pInt, dst, x_inb(port)); in port_rep_inb()
|
| H A D | INT10.HOWTO | 325 MEM_WB(name,addr,val),MEM_WL(name,addr,val),MEM_WL(name,addr,val)) of
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | perf_event_p4.h | 644 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, MEM_WB, 11), 656 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, MEM_WB, 11),
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | p4.c | 177 P4_ESCR_EMASK_BIT(P4_EVENT_IOQ_ALLOCATION, MEM_WB) | 194 P4_ESCR_EMASK_BIT(P4_EVENT_IOQ_ACTIVE_ENTRIES, MEM_WB) |
|