sdrc2xxx.c (9edd576d89a5b6d3e136d7dcab654d887c0d25b7) sdrc2xxx.c (ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff)
1/*
2 * linux/arch/arm/mach-omap2/sdrc2xxx.c
3 *
4 * SDRAM timing related functions for OMAP2xxx
5 *
6 * Copyright (C) 2005, 2008 Texas Instruments Inc.
7 * Copyright (C) 2005, 2008 Nokia Corporation
8 *

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

19#include <linux/kernel.h>
20#include <linux/device.h>
21#include <linux/list.h>
22#include <linux/errno.h>
23#include <linux/delay.h>
24#include <linux/clk.h>
25#include <linux/io.h>
26
1/*
2 * linux/arch/arm/mach-omap2/sdrc2xxx.c
3 *
4 * SDRAM timing related functions for OMAP2xxx
5 *
6 * Copyright (C) 2005, 2008 Texas Instruments Inc.
7 * Copyright (C) 2005, 2008 Nokia Corporation
8 *

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

19#include <linux/kernel.h>
20#include <linux/device.h>
21#include <linux/list.h>
22#include <linux/errno.h>
23#include <linux/delay.h>
24#include <linux/clk.h>
25#include <linux/io.h>
26
27#include "common.h"
28#include <plat/clock.h>
29#include <plat/sram.h>
27#include <plat/clock.h>
28#include <plat/sram.h>
29#include <plat/sdrc.h>
30
30
31#include "iomap.h"
32#include "common.h"
31#include "prm2xxx_3xxx.h"
32#include "clock.h"
33#include "prm2xxx_3xxx.h"
34#include "clock.h"
33#include <plat/sdrc.h>
34#include "sdrc.h"
35
36/* Memory timing, DLL mode flags */
37#define M_DDR 1
38#define M_LOCK_CTRL (1 << 2)
39#define M_UNLOCK 0
40#define M_LOCK 1
41

--- 129 unchanged lines hidden ---
35#include "sdrc.h"
36
37/* Memory timing, DLL mode flags */
38#define M_DDR 1
39#define M_LOCK_CTRL (1 << 2)
40#define M_UNLOCK 0
41#define M_LOCK 1
42

--- 129 unchanged lines hidden ---