Searched defs:outl (Results 26 - 29 of 29) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h110 extern _X_EXPORT void outl(unsigned short, unsigned int);
118 extern _X_EXPORT void outl(unsigned long, unsigned int);
396 outl(unsigned long port, unsigned int val) function
431 extern _X_EXPORT void outl(unsigned int port, unsigned int val);
459 outl(unsigned short port, unsigned int val) function
461 __asm__ __volatile__("outl %0,%1"::"a"(val), "d"(port));
516 outl(unsigned long port, unsigned int val) function
748 outl(unsigned PORT_SIZE port, unsigned int val) function
968 outl(unsigned short port, unsigned int value) function
1022 outl(va
1027 #define outl macro
1187 outl(unsigned PORT_SIZE port, unsigned int val) function
1270 outl(unsigned PORT_SIZE port, unsigned int val) function
1379 outl(unsigned short port, unsigned int val) function
1426 outl(unsigned short port, unsigned int val) function
1473 outl(unsigned short port, unsigned int val) function
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h57 # define outl RealOutl macro
66 # define outl outpd macro
95 extern void outl(unsigned short, unsigned int);
104 extern void outl(unsigned long, unsigned int);
151 outl(unsigned long port, unsigned int val) function
189 extern void outl(unsigned int port, unsigned int val);
445 # undef outl macro
449 # define outl(a,b) _outl(b,a) macro
482 outl(unsigned short port, unsigned int val) function
484 __asm__ __volatile__("outl
545 outl(unsigned long port, unsigned int val) function
873 outl(unsigned PORT_SIZE port, unsigned int val) function
1201 outl(unsigned short port, unsigned int value) function
1280 outl(unsigned short port, unsigned int val) function
1330 outl(unsigned short port, unsigned int val) function
1380 outl(unsigned short port, unsigned int val) function
1446 # undef outl macro
1459 # define outl macro
1475 # define outl macro
1557 # undef outl macro
1564 # define outl macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h84 # define outl RealOutl macro
93 # define outl outpd macro
128 extern void outl(unsigned short, unsigned int);
137 extern void outl(unsigned long, unsigned int);
185 outl(unsigned long port, unsigned int val) function
223 extern void outl(unsigned int port, unsigned int val);
493 # undef outl macro
499 extern void outl(unsigned long port, unsigned int val);
535 outl(unsigned short port, unsigned int val) function
537 __asm__ __volatile__("outl
598 outl(unsigned long port, unsigned int val) function
926 outl(unsigned PORT_SIZE port, unsigned int val) function
1259 outl(unsigned short port, unsigned int value) function
1342 #define outl macro
1388 outl(unsigned short port, unsigned int val) function
1438 outl(unsigned short port, unsigned int val) function
1488 outl(unsigned short port, unsigned int val) function
1555 # undef outl macro
1568 # define outl macro
1584 # define outl macro
1659 # undef outl macro
1666 # define outl macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h88 # define outl RealOutl macro
97 # define outl outpd macro
132 extern void outl(unsigned short, unsigned int);
141 extern void outl(unsigned long, unsigned int);
189 outl(unsigned long port, unsigned int val) function
227 extern void outl(unsigned int port, unsigned int val);
497 # undef outl macro
503 extern void outl(unsigned long port, unsigned int val);
539 outl(unsigned short port, unsigned int val) function
541 __asm__ __volatile__("outl
602 outl(unsigned long port, unsigned int val) function
930 outl(unsigned PORT_SIZE port, unsigned int val) function
1263 outl(unsigned short port, unsigned int value) function
1346 #define outl macro
1392 outl(unsigned short port, unsigned int val) function
1442 outl(unsigned short port, unsigned int val) function
1492 outl(unsigned short port, unsigned int val) function
1559 # undef outl macro
1572 # define outl macro
1588 # define outl macro
1663 # undef outl macro
1670 # define outl macro
[all...]

Completed in 85 milliseconds

12