Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <mach/hardware.h>
#include "common.h"
Go to the source code of this file.
Macros | |
#define | OCPI_BASE 0xfffec320 |
#define | OCPI_FAULT (OCPI_BASE + 0x00) |
#define | OCPI_CMD_FAULT (OCPI_BASE + 0x04) |
#define | OCPI_SINT0 (OCPI_BASE + 0x08) |
#define | OCPI_TABORT (OCPI_BASE + 0x0c) |
#define | OCPI_SINT1 (OCPI_BASE + 0x10) |
#define | OCPI_PROT (OCPI_BASE + 0x14) |
#define | OCPI_SEC (OCPI_BASE + 0x18) |
#define | HOSTUEADDR 0xfffba0e0 |
#define | HOSTUESTATUS 0xfffba0e4 |
Functions | |
int | ocpi_enable (void) |
EXPORT_SYMBOL (ocpi_enable) | |
MODULE_AUTHOR ("Tony Lindgren <[email protected]>") | |
MODULE_DESCRIPTION ("OMAP OCPI bus controller module") | |
MODULE_LICENSE ("GPL") | |
module_init (omap_ocpi_init) | |
module_exit (omap_ocpi_exit) | |
EXPORT_SYMBOL | ( | ocpi_enable | ) |
MODULE_AUTHOR | ( | "Tony Lindgren <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "OMAP OCPI bus controller module" | ) |
module_exit | ( | omap_ocpi_exit | ) |
module_init | ( | omap_ocpi_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |