Searched refs:osci (Results 1 – 2 of 2) sorted by relevance
46 struct stm32_osci_dt_cfg *osci; member2288 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local2289 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse()2290 bool bypass = osci->bypass; in stm32_enable_oscillator_hse()2291 bool css = osci->css; in stm32_enable_oscillator_hse()2308 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_enable_oscillator_lse() local2309 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse()2310 bool bypass = osci->bypass; in stm32_enable_oscillator_lse()2311 uint8_t drive = osci->drive; in stm32_enable_oscillator_lse()2353 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_MSI]; in stm32_enable_oscillator_msi() local[all …]
80 struct stm32_osci_dt_cfg *osci; member1036 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local1037 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse()1038 bool bypass = osci->bypass; in stm32_enable_oscillator_hse()1039 bool css = osci->css; in stm32_enable_oscillator_hse()1060 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_enable_oscillator_lse() local1061 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse()1062 bool bypass = osci->bypass; in stm32_enable_oscillator_lse()1063 uint8_t drive = osci->drive; in stm32_enable_oscillator_lse()1131 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_clk_oscillators_lse_set_css() local[all …]