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

Go to the source code of this file.

Functions

void __attribute__ ((weak))
 
 EXPORT_SYMBOL_GPL (__iowrite32_copy)
 
 EXPORT_SYMBOL_GPL (__iowrite64_copy)
 

Function Documentation

void __attribute__ ( (weak)  )
read

__iowrite32_copy - copy data to MMIO space, in 32-bit units : destination, in MMIO space (must be 32-bit aligned) : source (must be 32-bit aligned) : number of 32-bit quantities to copy

Copy data from kernel space to MMIO space, in units of 32 bits at a time. Order of access is not guaranteed, nor is a memory barrier performed afterwards.

__iowrite64_copy - copy data to MMIO space, in 64-bit or 32-bit units : destination, in MMIO space (must be 64-bit aligned) : source (must be 64-bit aligned) : number of 64-bit quantities to copy

Copy data from kernel space to MMIO space, in units of 32 or 64 bits at a time. Order of access is not guaranteed, nor is a memory barrier performed afterwards.

Definition at line 31 of file iomap_copy.c.

EXPORT_SYMBOL_GPL ( __iowrite32_copy  )
EXPORT_SYMBOL_GPL ( __iowrite64_copy  )