Linux Kernel
3.7.1
|
#include <linux/signal.h>
#include <linux/jiffies.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/gpio.h>
#include <asm/io.h>
#include <asm/mach-types.h>
#include <mach/mux.h>
#include <plat/fpga.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/usb.h>
Go to the source code of this file.
Macros | |
#define | OMAP1510_LB_MEMSIZE 32 /* Should be same as SDRAM size */ |
#define | OMAP1510_LB_CLOCK_DIV 0xfffec10c |
#define | OMAP1510_LB_MMU_CTL 0xfffec208 |
#define | OMAP1510_LB_MMU_LCK 0xfffec224 |
#define | OMAP1510_LB_MMU_LD_TLB 0xfffec228 |
#define | OMAP1510_LB_MMU_CAM_H 0xfffec22c |
#define | OMAP1510_LB_MMU_CAM_L 0xfffec230 |
#define | OMAP1510_LB_MMU_RAM_H 0xfffec234 |
#define | OMAP1510_LB_MMU_RAM_L 0xfffec238 |
#define | LOW 0 |
#define | HIGH 1 |
#define | GPIO1 1 |
#define | omap_1510_local_bus_power(x) {} |
#define | omap_1510_local_bus_init() {} |
Functions | |
int | usb_disabled (void) |
int | ocpi_enable (void) |
MODULE_ALIAS ("platform:ohci") | |
#define GPIO1 1 |
Definition at line 58 of file ohci-omap.c.
#define HIGH 1 |
Definition at line 56 of file ohci-omap.c.
#define LOW 0 |
Definition at line 55 of file ohci-omap.c.
#define OMAP1510_LB_CLOCK_DIV 0xfffec10c |
Definition at line 37 of file ohci-omap.c.
Definition at line 36 of file ohci-omap.c.
#define OMAP1510_LB_MMU_CAM_H 0xfffec22c |
Definition at line 41 of file ohci-omap.c.
#define OMAP1510_LB_MMU_CAM_L 0xfffec230 |
Definition at line 42 of file ohci-omap.c.
#define OMAP1510_LB_MMU_CTL 0xfffec208 |
Definition at line 38 of file ohci-omap.c.
#define OMAP1510_LB_MMU_LCK 0xfffec224 |
Definition at line 39 of file ohci-omap.c.
#define OMAP1510_LB_MMU_LD_TLB 0xfffec228 |
Definition at line 40 of file ohci-omap.c.
#define OMAP1510_LB_MMU_RAM_H 0xfffec234 |
Definition at line 43 of file ohci-omap.c.
#define OMAP1510_LB_MMU_RAM_L 0xfffec238 |
Definition at line 44 of file ohci-omap.c.
#define omap_1510_local_bus_init | ( | ) | {} |
Definition at line 165 of file ohci-omap.c.
#define omap_1510_local_bus_power | ( | x | ) | {} |
Definition at line 164 of file ohci-omap.c.
MODULE_ALIAS | ( | "platform:ohci" | ) |