Searched defs:adf4350_state (Results 1 – 1 of 1) sorted by relevance
34 struct adf4350_state { struct35 struct spi_device *spi;36 struct gpio_desc *lock_detect_gpiod;37 struct adf4350_platform_data *pdata;38 struct clk *clk;39 struct clk *clkout;40 const char *clk_out_name;41 struct clk_hw hw;42 unsigned long clkin;43 unsigned long chspc; /* Channel Spacing */[all …]