Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
cris
arch-v32
kernel
crisksyms.c
Go to the documentation of this file.
1
#include <linux/module.h>
2
#include <
linux/irq.h
>
3
#include <arch/dma.h>
4
#include <
arch/intmem.h
>
5
#include <mach/pinmux.h>
6
#include <arch/io.h>
7
8
/* Functions for allocating DMA channels */
9
EXPORT_SYMBOL
(
crisv32_request_dma
);
10
EXPORT_SYMBOL
(
crisv32_free_dma
);
11
12
/* Functions for handling internal RAM */
13
EXPORT_SYMBOL
(
crisv32_intmem_alloc
);
14
EXPORT_SYMBOL
(
crisv32_intmem_free
);
15
EXPORT_SYMBOL
(
crisv32_intmem_phys_to_virt
);
16
EXPORT_SYMBOL
(
crisv32_intmem_virt_to_phys
);
17
18
/* Functions for handling pinmux */
19
EXPORT_SYMBOL
(
crisv32_pinmux_alloc
);
20
EXPORT_SYMBOL
(
crisv32_pinmux_alloc_fixed
);
21
EXPORT_SYMBOL
(
crisv32_pinmux_dealloc
);
22
EXPORT_SYMBOL
(
crisv32_pinmux_dealloc_fixed
);
23
EXPORT_SYMBOL
(
crisv32_io_get_name
);
24
EXPORT_SYMBOL
(
crisv32_io_get
);
25
26
/* Functions masking/unmasking interrupts */
27
EXPORT_SYMBOL
(
crisv32_mask_irq
);
28
EXPORT_SYMBOL
(
crisv32_unmask_irq
);
Generated on Thu Jan 10 2013 13:05:09 for Linux Kernel by
1.8.2