Go to the documentation of this file.
4 void outdw(
unsigned short port,
unsigned long dword)
9 :
"d"(port),
"a"(dword)
14 void outw(
unsigned short port,
unsigned short word)
19 :
"d"(port),
"a"(word)
24 void outb(
unsigned short port,
unsigned char byte)
29 :
"d"(port),
"a"(byte)
34 unsigned long indw(
unsigned short port)
47 unsigned short inw(
unsigned short port)
60 unsigned char inb(
unsigned short port)
73 int ioperm(
unsigned long from,
unsigned long num,
int turn_on)