Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
io.h File Reference
#include <asm-generic/io.h>

Go to the source code of this file.

Macros

#define IO_SPACE_LIMIT   0
 
#define HAVE_ARCH_PIO_SIZE   1
 
#define PIO_RESERVED   0X0UL
 
#define PIO_OFFSET   0
 
#define PIO_MASK   0
 

Functions

void __iomem__ioremap (phys_addr_t offset, unsigned long size, pgprot_t prot)
 
void iounmap (void *addr)
 

Macro Definition Documentation

#define HAVE_ARCH_PIO_SIZE   1

Definition at line 27 of file io.h.

#define IO_SPACE_LIMIT   0

Definition at line 24 of file io.h.

#define PIO_MASK   0

Definition at line 30 of file io.h.

#define PIO_OFFSET   0

Definition at line 29 of file io.h.

#define PIO_RESERVED   0X0UL

Definition at line 28 of file io.h.

Function Documentation

void __iomem* __ioremap ( phys_addr_t  offset,
unsigned long  size,
pgprot_t  prot 
)

Definition at line 71 of file ioremap.c.

void iounmap ( void addr)

Definition at line 38 of file kmap.c.