summaryrefslogtreecommitdiffstats
path: root/board/spc1920/pld.h
blob: 3254f820c1e1d597b755059879d7cdb5c15ef46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __PLD_H__
#define __PLD_H__

typedef struct spc1920_pld {
	uchar com1_en;
	uchar dsp_reset;
	uchar dsp_hpi_on;
	uchar codec_dsp_power_en;
	uchar clk2_en;
	uchar clk3_select;
	uchar clk4_select;
} spc1920_pld_t;

#endif /* __PLD_H__ */