repo.or.cz
/
u-boot-openmoko
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
uboot-s3c2410_udc.patch
[u-boot-openmoko/mini2440.git]
/
board
/
spc1920
/
pld.h
blob
5beb71b5ccaab06d76226c2f2f7e0602e642c819
1
#ifndef __PLD_H__
2
#define __PLD_H__
3
4
typedef
struct
spc1920_pld
{
5
uchar com1_en
;
6
uchar dsp_reset
;
7
uchar dsp_hpi_on
;
8
uchar superv_mode
;
9
uchar codec_dsp_power_en
;
10
uchar clk3_select
;
11
uchar clk4_select
;
12
}
spc1920_pld_t
;
13
14
#endif
/* __PLD_H__ */