ohci-omap.c (0337966d121ebebf73a1c346123e8112796e684e) ohci-omap.c (9787076c43a86f3465d46aa344cc3e2f607ae72f)
1/*
2 * OHCI HCD (Host Controller Driver) for USB.
3 *
4 * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
5 * (C) Copyright 2000-2005 David Brownell
6 * (C) Copyright 2002 Hewlett-Packard Company
7 *
8 * OMAP Bus Glue

--- 39 unchanged lines hidden (view full) ---

48#define OMAP1510_LB_MMU_CAM_H 0xfffec22c
49#define OMAP1510_LB_MMU_CAM_L 0xfffec230
50#define OMAP1510_LB_MMU_RAM_H 0xfffec234
51#define OMAP1510_LB_MMU_RAM_L 0xfffec238
52
53#define DRIVER_DESC "OHCI OMAP driver"
54
55#ifdef CONFIG_TPS65010
1/*
2 * OHCI HCD (Host Controller Driver) for USB.
3 *
4 * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
5 * (C) Copyright 2000-2005 David Brownell
6 * (C) Copyright 2002 Hewlett-Packard Company
7 *
8 * OMAP Bus Glue

--- 39 unchanged lines hidden (view full) ---

48#define OMAP1510_LB_MMU_CAM_H 0xfffec22c
49#define OMAP1510_LB_MMU_CAM_L 0xfffec230
50#define OMAP1510_LB_MMU_RAM_H 0xfffec234
51#define OMAP1510_LB_MMU_RAM_L 0xfffec238
52
53#define DRIVER_DESC "OHCI OMAP driver"
54
55#ifdef CONFIG_TPS65010
56#include <linux/i2c/tps65010.h>
56#include <linux/mfd/tps65010.h>
57#else
58
59#define LOW 0
60#define HIGH 1
61
62#define GPIO1 1
63
64static inline int tps65010_set_gpio_out_value(unsigned gpio, unsigned value)

--- 430 unchanged lines hidden ---
57#else
58
59#define LOW 0
60#define HIGH 1
61
62#define GPIO1 1
63
64static inline int tps65010_set_gpio_out_value(unsigned gpio, unsigned value)

--- 430 unchanged lines hidden ---