| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/ |
| sun_inout.s | 30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions 41 / extern void outw(int port, unsigned short value); 52 .globl outw 103 / void outw(int port, unsigned short value); 106 outw: label 109 outw (%dx) 111 .type outw,@function 112 .size outw,.-outw
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| sun_inout.s | 30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions 41 / extern void outw(int port, unsigned short value); 52 .globl outw 103 / void outw(int port, unsigned short value); 106 outw: label 109 outw (%dx) 111 .type outw,@function 112 .size outw,.-outw
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| ia64Pci.c | 83 void outw(unsigned long port, unsigned short val) function
|
| /xsrc/external/mit/xf86-video-chips/dist/util/ |
| AsmMacros.h | 66 #undef outw macro 72 #define outw(p,v) _outw((v),(p)) macro 87 outw(unsigned long port, char val) function 134 outw(short port, short val) function 178 extern void outw(u_int32_t port, u_int16_t val); 193 outw(short portm, short val) function 195 __asm__ __volatile__("outw %0,%1" : :"a" (val), "d" (port)); 243 outw(short port, short val) function 315 /* inb, outb, inw and outw are defined in the library */ 321 void outw(U16_t, U16_t) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| compiler.h | 106 extern _X_EXPORT void outw(unsigned short, unsigned short); 114 extern _X_EXPORT void outw(unsigned long, unsigned short); 237 outw(unsigned long port, unsigned short val) function 277 extern _X_EXPORT void outw(unsigned int port, unsigned short val); 300 outw(unsigned short port, unsigned short val) function 302 __asm__ __volatile__("outw %0,%1"::"a"(val), "d"(port)); 354 outw(unsigned long port, unsigned short val) function 534 outw(unsigned PORT_SIZE port, unsigned short val) function 718 outw(unsigned short port, unsigned short value) function 865 outw(unsigned PORT_SIZE port, unsigned short val function 903 outw(unsigned PORT_SIZE port, unsigned short val) function [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| linux_sysfs.c | 60 #define outw(x,y) do {} while (0) macro 965 outw(data, port + handle->base);
|
| netbsd_pci.c | 670 #define outw(port, data) \ macro 677 __asm __volatile("outw %0,%w1" : : "a" (data), "id" (port)); 683 __asm __volatile("outw %0,%w1" : : "a" (data), "d" (port)); 802 outw(handle->base + reg, data);
|
| x86_pci.c | 197 outw(uint16_t value, uint16_t port) function 388 outw(*val, addr); 471 outw(*val, addr); 1097 outw(data, reg + handle->base);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| compiler.h | 111 extern _X_EXPORT void outw(unsigned short, unsigned short); 120 extern _X_EXPORT void outw(unsigned long, unsigned short); 347 outw(unsigned long port, unsigned short val) function 387 extern _X_EXPORT void outw(unsigned int port, unsigned short val); 407 # undef outw macro 413 extern _X_EXPORT void outw(unsigned long port, unsigned short val); 431 outw(unsigned short port, unsigned short val) function 433 __asm__ __volatile__("outw %0,%1" : :"a" (val), "d" (port)); 488 outw(unsigned long port, unsigned short val) function 726 outw(unsigned PORT_SIZE port, unsigned short val function 957 outw(unsigned short port, unsigned short value) function 1018 #define outw macro 1189 outw(unsigned PORT_SIZE port, unsigned short val) function 1279 outw(unsigned PORT_SIZE port, unsigned short val) function 1389 outw(unsigned short port, unsigned short val) function 1439 outw(unsigned short port, unsigned short val) function 1490 outw(unsigned short port, unsigned short val) function [all...] |