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/page.h>

Go to the source code of this file.

Macros

#define IO_SPACE_LIMIT   0xffffffff
 
#define xlate_dev_kmem_ptr(p)   p
 

Functions

voidxlate_dev_mem_ptr (unsigned long phys)
 
void unxlate_dev_mem_ptr (unsigned long phys, void *addr)
 

Macro Definition Documentation

#define IO_SPACE_LIMIT   0xffffffff

Definition at line 14 of file io.h.

#define xlate_dev_kmem_ptr (   p)    p

Definition at line 43 of file io.h.

Function Documentation

void unxlate_dev_mem_ptr ( unsigned long  phys,
void addr 
)

Definition at line 225 of file maccess.c.

void* xlate_dev_mem_ptr ( unsigned long  phys)

Definition at line 204 of file maccess.c.