Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <asm/blackfin.h>
#include <asm/dma.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) "isram: " fmt |
#define | IADDR2DTEST(x) |
#define | ADDR2OFFSET(x) ((((unsigned long)(x)) & 0x7) * 8) |
#define | ADDR2LAST(x) ((((unsigned long)x) & 0x7) == 0x7) |
Functions | |
void * | isram_memcpy (void *dest, const void *src, size_t n) |
EXPORT_SYMBOL (isram_memcpy) | |
Definition at line 58 of file isram-driver.c.
Definition at line 55 of file isram-driver.c.
#define IADDR2DTEST | ( | x | ) |
Definition at line 44 of file isram-driver.c.
#define pr_fmt | ( | fmt | ) | "isram: " fmt |
Definition at line 9 of file isram-driver.c.
EXPORT_SYMBOL | ( | isram_memcpy | ) |