Sign in
gfiber
/
uboot
/
armada
/
refs/heads/master
/
.
/
board
/
spc1920
/
pld.h
blob: 5beb71b5ccaab06d76226c2f2f7e0602e642c819 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
__PLD_H__
#define
__PLD_H__
typedef
struct
spc1920_pld
{
uchar com1_en
;
uchar dsp_reset
;
uchar dsp_hpi_on
;
uchar superv_mode
;
uchar codec_dsp_power_en
;
uchar clk3_select
;
uchar clk4_select
;
}
spc1920_pld_t
;
#endif
/* __PLD_H__ */