Home
last modified time | relevance | path

Searched refs:x_outb (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/vm86/
H A Dlinux_vm86.c191 x_outb(csp[1], X86_AL); in vm86_GP_fault()
204 x_outb(X86_DX, X86_AL); in vm86_GP_fault()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.c55 .outb = x_outb, in xf86Int10ExecSetup()
H A Dxf86int10.h159 void x_outb(uint16_t port, uint8_t val);
H A Dhelper_exec.c285 x_outb(port, MEM_RB(pInt, dst)); in port_rep_outb()
380 x_outb(uint16_t port, uint8_t val) in x_outb() function