|
@@ -16,7 +16,6 @@ typedef enum _logical_chip_type_t {
|
|
|
}
|
|
|
logical_chip_type_t;
|
|
|
|
|
|
-
|
|
|
typedef enum _clock_type_t {
|
|
|
MXCLK_PLL,
|
|
|
PRIMARY_PLL,
|
|
@@ -70,7 +69,6 @@ typedef struct _initchip_param_t {
|
|
|
}
|
|
|
initchip_param_t;
|
|
|
|
|
|
-
|
|
|
logical_chip_type_t getChipType(void);
|
|
|
unsigned int calcPllValue(unsigned int request, pll_value_t *pll);
|
|
|
unsigned int formatPllReg(pll_value_t *pPLL);
|
|
@@ -78,5 +76,4 @@ void ddk750_set_mmio(void __iomem *, unsigned short, char);
|
|
|
unsigned int ddk750_getVMSize(void);
|
|
|
int ddk750_initHw(initchip_param_t *);
|
|
|
|
|
|
-
|
|
|
#endif
|