Searched defs:__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
7 static __inline void outw(unsigned short __val, unsigned short __port) { argument
13 static __inline void outl(unsigned int __val, unsigned short __port) { argument
19 static __inline unsigned char inb(unsigned short __port) { argument
27 static __inline unsigned short inw(unsigned short __port) { argument
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 72 milliseconds