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

/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) { argument
4 : "a"(__val), "dN"(__port));
7 static __inline void outw(unsigned short __val, unsigned short __port) { argument
10 : "a"(__val), "dN"(__port));
13 static __inline void outl(unsigned int __val, unsigned short __port) { argument
16 : "a"(__val), "dN"(__port));
19 static __inline unsigned char inb(unsigned short __port) { argument
23 : "dN"(__port));
27 static __inline unsigned short inw(unsigned short __port) { argument
31 : "dN"(__port));
35 inl(unsigned short __port) argument
43 outsb(unsigned short __port, const void* __buf, unsigned long __n) argument
49 outsw(unsigned short __port, const void* __buf, unsigned long __n) argument
55 outsl(unsigned short __port, const void* __buf, unsigned long __n) argument
61 insb(unsigned short __port, void* __buf, unsigned long __n) argument
67 insw(unsigned short __port, void* __buf, unsigned long __n) argument
73 insl(unsigned short __port, void* __buf, unsigned long __n) argument
[all...]

Completed in 25 milliseconds