Searched refs:osci (Results 1 – 2 of 2) sorted by relevance
46 struct stm32_osci_dt_cfg *osci; member2022 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local2023 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse()2024 bool bypass = osci->bypass; in stm32_enable_oscillator_hse()2025 bool css = osci->css; in stm32_enable_oscillator_hse()2042 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_enable_oscillator_lse() local2043 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse()2044 bool bypass = osci->bypass; in stm32_enable_oscillator_lse()2045 uint8_t drive = osci->drive; in stm32_enable_oscillator_lse()2087 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_MSI]; in stm32_enable_oscillator_msi() local[all …]
80 struct stm32_osci_dt_cfg *osci; member919 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local920 bool digbyp = osci->digbyp; in stm32_enable_oscillator_hse()921 bool bypass = osci->bypass; in stm32_enable_oscillator_hse()922 bool css = osci->css; in stm32_enable_oscillator_hse()943 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_enable_oscillator_lse() local944 bool digbyp = osci->digbyp; in stm32_enable_oscillator_lse()945 bool bypass = osci->bypass; in stm32_enable_oscillator_lse()946 uint8_t drive = osci->drive; in stm32_enable_oscillator_lse()1014 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_LSE]; in stm32_clk_oscillators_lse_set_css() local[all …]