Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <asm/cacheflush.h>
#include <mach/sysasic.h>
#include <mach/dma.h>
#include <asm/dma.h>
Go to the source code of this file.
Data Structures | |
struct | g2_channel |
struct | g2_status |
struct | g2_dma_info |
Macros | |
#define | g2_bytes_remaining(i) |
Functions | |
struct g2_channel | __attribute__ ((aligned(32))) |
struct g2_status | __attribute__ ((aligned(16))) |
struct g2_dma_info | __attribute__ ((aligned(256))) |
subsys_initcall (g2_dma_init) | |
module_exit (g2_dma_exit) | |
MODULE_AUTHOR ("Paul Mundt <[email protected]>") | |
MODULE_DESCRIPTION ("G2 bus DMA driver") | |
MODULE_LICENSE ("GPL") | |
Variables | |
unsigned long | g2_addr |
unsigned long | root_addr |
unsigned long | size |
unsigned long | direction |
unsigned long | ctrl |
unsigned long | chan_enable |
unsigned long | xfer_enable |
unsigned long | xfer_stat |
unsigned long | status |
struct g2_channel | channel [G2_NR_DMA_CHANNELS] |
unsigned long | pad1 [G2_NR_DMA_CHANNELS] |
unsigned long | wait_state |
unsigned long | pad2 [10] |
unsigned long | magic |
#define g2_bytes_remaining | ( | i | ) |
struct g2_channel __attribute__ | ( | (aligned(32)) | ) |
struct g2_status __attribute__ | ( | (aligned(16)) | ) |
struct g2_dma_info __attribute__ | ( | (aligned(256)) | ) |
MODULE_AUTHOR | ( | "Paul Mundt <[email protected]>" | ) |
module_exit | ( | g2_dma_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | g2_dma_init | ) |
unsigned long pad1[G2_NR_DMA_CHANNELS] |