Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ioremap.c File Reference
#include <linux/io.h>
#include <linux/vmalloc.h>

Go to the source code of this file.

Functions

void __iomemioremap_nocache (unsigned long phys_addr, unsigned long size)
 
void __iounmap (const volatile void __iomem *addr)
 

Function Documentation

void __iounmap ( const volatile void __iomem addr)

Definition at line 53 of file ioremap.c.

void __iomem* ioremap_nocache ( unsigned long  phys_addr,
unsigned long  size 
)

ioremap_nocache - map bus memory into CPU space : bus address of the memory : size of the resource to map

Must be freed with iounmap.

Definition at line 24 of file ioremap.c.