Searched defs:adf4350_state (Results 1 – 1 of 1) sorted by relevance
33 struct adf4350_state { struct34 struct spi_device *spi;35 struct regulator *reg;36 struct gpio_desc *lock_detect_gpiod;37 struct adf4350_platform_data *pdata;38 struct clk *clk;39 unsigned long clkin;40 unsigned long chspc; /* Channel Spacing */41 unsigned long fpfd; /* Phase Frequency Detector */42 unsigned long min_out_freq;[all …]