Home
last modified time | relevance | path

Searched defs:__port (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/arch/i386/bits/
Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
[all …]
/third_party/musl/arch/x86_64/bits/
Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
[all …]
/third_party/musl/arch/x32/bits/
Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
[all …]