Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/irq.h>
#include <asm/addrspace.h>
#include <asm/io.h>
#include <asm/mach-db1x00/bcsr.h>
Go to the source code of this file.
Data Structures | |
struct | bcsr_reg |
Functions | |
void __init | bcsr_init (unsigned long bcsr1_phys, unsigned long bcsr2_phys) |
unsigned short | bcsr_read (enum bcsr_id reg) |
EXPORT_SYMBOL_GPL (bcsr_read) | |
void | bcsr_write (enum bcsr_id reg, unsigned short val) |
EXPORT_SYMBOL_GPL (bcsr_write) | |
void | bcsr_mod (enum bcsr_id reg, unsigned short clr, unsigned short set) |
EXPORT_SYMBOL_GPL (bcsr_mod) | |
void __init | bcsr_init_irq (int csc_start, int csc_end, int hook_irq) |
EXPORT_SYMBOL_GPL | ( | bcsr_read | ) |
EXPORT_SYMBOL_GPL | ( | bcsr_write | ) |
EXPORT_SYMBOL_GPL | ( | bcsr_mod | ) |