projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
usb: ums: add ums exit feature by ctrl+c or by detach usb cable
[platform/kernel/u-boot.git]
/
board
/
total5200
/
sdram.h
1
/*
2
* (C) Copyright 2004
3
* Mark Jonas, Freescale Semiconductor, mark.jonas@freescale.com.
4
*
5
* SPDX-License-Identifier: GPL-2.0+
6
*/
7
8
typedef struct {
9
ulong ddr;
10
ulong mode;
11
ulong emode;
12
ulong control;
13
ulong config1;
14
ulong config2;
15
ulong tapdelay;
16
} sdram_conf_t;
17
18
long int mpc5xxx_sdram_init (sdram_conf_t *sdram_conf);