Go to the documentation of this file. 1 #include <linux/module.h>
2 #include <linux/types.h>
16 *dst++ =
readb(from++);
42 unsigned char ch = (
char)(c & 0xff);
52 #ifdef CONFIG_IA64_GENERIC
64 #undef __ia64_readb_relaxed
65 #undef __ia64_readw_relaxed
66 #undef __ia64_readl_relaxed
67 #undef __ia64_readq_relaxed
77 return ___ia64_inb(port);
83 return ___ia64_inw(port);
89 return ___ia64_inl(port);
95 ___ia64_outb(val, port);
101 ___ia64_outw(val, port);
107 ___ia64_outl(val, port);
113 return ___ia64_readb (addr);
119 return ___ia64_readw (addr);
125 return ___ia64_readl (addr);
131 return ___ia64_readq (addr);
137 return ___ia64_readb (addr);
143 return ___ia64_readw (addr);
149 return ___ia64_readl (addr);
155 return ___ia64_readq (addr);