Searched refs:inw (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_inout.s30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions
38 / extern unsigned short inw(int port);
49 .globl inw
68 / unsigned short inw(int port);
71 inw: label
74 inw (%dx)
76 .type inw,@function
77 .size inw,.-inw
H A Dsolaris-amd64.S38 FUNCTION_START(inw,4)
41 inw (%dx)
42 FUNCTION_END(inw)
H A Dsolaris-ia32.S38 FUNCTION_START(inw,4)
41 inw (%dx)
42 FUNCTION_END(inw)
H A Dsolaris-sparcv8plus.S65 FUNCTION_START(inw, 0)
67 FUNCTION_END(inw)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_inout.s30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions
38 / extern unsigned short inw(int port);
49 .globl inw
68 / unsigned short inw(int port);
71 inw: label
74 inw (%dx)
76 .type inw,@function
77 .size inw,.-inw
H A Dsolaris-amd64.S38 FUNCTION_START(inw,4)
41 inw (%dx)
42 FUNCTION_END(inw)
H A Dsolaris-ia32.S38 FUNCTION_START(inw,4)
41 inw (%dx)
42 FUNCTION_END(inw)
H A Dsolaris-sparcv8plus.S65 FUNCTION_START(inw, 0)
67 FUNCTION_END(inw)
/xsrc/external/mit/xf86-video-chips/dist/util/
H A DAsmMacros.h63 #undef inw
69 #define inw _inw macro
107 inw(unsigned long port) function in typeref:typename:unsigned int
158 inw(short port) function in typeref:typename:unsigned int
181 extern u_int16_t inw(u_int32_t port);
215 inw(short port) function in typeref:typename:unsigned int
218 __asm__ __volatile__("inw %1,%0" :
265 inw(short port) function in typeref:typename:unsigned int
315 /* inb, outb, inw and outw are defined in the library */
320 u16_t inw(U16_
[all...]
H A DdRegs.c18 printf("0x3C6\t0x%X\n",inw(0x3C6));
62 outw(0x3D6, (inw(0x3D6) | 0x8070));
165 printf("0x%4X\t0x%4X\n",port,inw(port));
171 printf("0x%4.4X\t0x%4X\n",port,inw(port));
176 printf("0x%4.4X\t0x%4X\n",port,inw(port));
181 outw(0x3D6, (inw(0x3D6) | 0x8070));
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Ddurango.c101 #define INW(port) inw(port)
125 return inw(port);
H A Dlx_panel.c45 (outw(0xAC1C,0xFC53), outw(0xAC1C,0x0200|(reg)), inw(0xAC1E))
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvos.h36 #define /*vu16*/ verite_in16(/*unsigned long*/ io_base) ((vu16)inw(io_base))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86x86emu.c53 .inw = x_inw,
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dosdef.h117 #define InPortWord(p) inw((unsigned long)(p))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
365 inw(unsigned long port) function in typeref:typename:unsigned int
390 extern _X_EXPORT unsigned short inw(unsigned int port);
410 # undef inw
416 extern _X_EXPORT unsigned int inw(unsigned long port);
453 inw(unsigned short port) function in typeref:typename:unsigned int
456 __asm__ __volatile__("inw %1,%0" :
516 inw(unsigned long port) function in typeref:typename:unsigned int
744 inw(unsigne function in typeref:typename:unsigned int
978 inw(unsigned short port) function in typeref:typename:unsigned int
1207 inw(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
1298 inw(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
1411 inw(unsigned short port) function in typeref:typename:unsigned int
1461 inw(unsigned short port) function in typeref:typename:unsigned int
1506 inw(unsigned short port) function in typeref:typename:unsigned int
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dcompiler.h109 extern _X_EXPORT unsigned int inw(unsigned short);
117 extern _X_EXPORT unsigned int inw(unsigned long);
255 inw(unsigned long port) function in typeref:typename:unsigned int
280 extern _X_EXPORT unsigned short inw(unsigned int port);
321 inw(unsigned short port) function in typeref:typename:unsigned int
324 __asm__ __volatile__("inw %1,%0":"=a"(ret):"d"(port));
382 inw(unsigned long port) function in typeref:typename:unsigned int
555 inw(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
742 inw(unsigned short port) function in typeref:typename:unsigned int
883 inw(unsigne function in typeref:typename:unsigned int
923 inw(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dia64Pci.c145 unsigned int inw(unsigned long port) function in typeref:typename:unsigned int
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dx86emu.h77 inw - Function to read a word from an I/O port
85 u16 (X86APIP inw)(X86EMU_pioAddr addr);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dx86emu.h77 inw - Function to read a word from an I/O port
85 u16(X86APIP inw) (X86EMU_pioAddr addr);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoIPRT.h243 inw(Port)
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_Blitter.h70 {HW_DEBUG(0x4+2); while(inw(cPtr->PIOBase+DR(0x4)+2)&0x10){};}
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Ddurango.c531 #define INW(port) inw(port)
553 return inw(port);
/xsrc/external/mit/libpciaccess/dist/src/
H A Dx86_pci.c171 inw(uint16_t port) function in typeref:typename:uint16_t
353 *val = inw(addr);
434 *val = inw(addr);
1077 return inw(reg + handle->base);
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Dnewmmio.h243 #define INW_GP_STAT() inw(GP_STAT)

Completed in 26 milliseconds

12