pld.h 247 B

1234567891011121314
  1. #ifndef __PLD_H__
  2. #define __PLD_H__
  3. typedef struct spc1920_pld {
  4. uchar com1_en;
  5. uchar dsp_reset;
  6. uchar dsp_hpi_on;
  7. uchar superv_mode;
  8. uchar codec_dsp_power_en;
  9. uchar clk3_select;
  10. uchar clk4_select;
  11. } spc1920_pld_t;
  12. #endif /* __PLD_H__ */