Lines Matching defs:adf4350_state
35 struct adf4350_state { struct
36 struct spi_device *spi;
37 struct regulator *reg;
38 struct adf4350_platform_data *pdata;
39 struct clk *clk;
40 unsigned long clkin;
41 unsigned long chspc; /* Channel Spacing */
42 unsigned long fpfd; /* Phase Frequency Detector */
43 unsigned long min_out_freq;
44 unsigned r0_fract;
68 static int adf4350_sync_config(struct adf4350_state *st) in adf4350_sync_config() argument