Searched defs:adf4350_state (Results 1 – 1 of 1) sorted by relevance
34 struct adf4350_state { struct35 struct spi_device *spi;36 struct regulator *reg;37 struct gpio_desc *lock_detect_gpiod;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;[all …]