Searched refs:x_inw (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dxf86x86emu.c53 (&x_inw),
H A Dxf86int10.h155 CARD16 x_inw(CARD16 port);
H A Dhelper_exec.c242 MEM_WW(pInt, dst, x_inw(port));
342 x_inw(CARD16 port) function in typeref:typename:CARD16
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86x86emu.c53 .inw = x_inw,
H A Dxf86int10.h158 uint16_t x_inw(uint16_t port);
H A Dhelper_exec.c251 MEM_WW(pInt, dst, x_inw(port));
357 x_inw(uint16_t port) function in typeref:typename:uint16_t
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c132 else X86_AX = x_inw(csp[1]);
143 else X86_AX = x_inw(X86_DX);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c160 X86_AX = x_inw(csp[1]);
173 X86_AX = x_inw(X86_DX);

Completed in 7 milliseconds