Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
io_noioport.h File Reference

Go to the source code of this file.

Macros

#define inb_p(addr)   inb(addr)
 
#define inw_p(addr)   inw(addr)
 
#define inl_p(addr)   inl(addr)
 
#define outb_p(x, addr)   outb((x), (addr))
 
#define outw_p(x, addr)   outw((x), (addr))
 
#define outl_p(x, addr)   outl((x), (addr))
 
#define insb(a, b, c)   BUG()
 
#define insw(a, b, c)   BUG()
 
#define insl(a, b, c)   BUG()
 
#define outsb(a, b, c)   BUG()
 
#define outsw(a, b, c)   BUG()
 
#define outsl(a, b, c)   BUG()
 

Macro Definition Documentation

#define inb_p (   addr)    inb(addr)

Definition at line 37 of file io_noioport.h.

#define inl_p (   addr)    inl(addr)

Definition at line 39 of file io_noioport.h.

#define insb (   a,
  b,
  c 
)    BUG()

Definition at line 44 of file io_noioport.h.

#define insl (   a,
  b,
  c 
)    BUG()

Definition at line 46 of file io_noioport.h.

#define insw (   a,
  b,
  c 
)    BUG()

Definition at line 45 of file io_noioport.h.

#define inw_p (   addr)    inw(addr)

Definition at line 38 of file io_noioport.h.

#define outb_p (   x,
  addr 
)    outb((x), (addr))

Definition at line 40 of file io_noioport.h.

#define outl_p (   x,
  addr 
)    outl((x), (addr))

Definition at line 42 of file io_noioport.h.

#define outsb (   a,
  b,
  c 
)    BUG()

Definition at line 48 of file io_noioport.h.

#define outsl (   a,
  b,
  c 
)    BUG()

Definition at line 50 of file io_noioport.h.

#define outsw (   a,
  b,
  c 
)    BUG()

Definition at line 49 of file io_noioport.h.

#define outw_p (   x,
  addr 
)    outw((x), (addr))

Definition at line 41 of file io_noioport.h.