Home
last modified time | relevance | path

Searched refs:osci (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp2.c46 struct stm32_osci_dt_cfg *osci; member
2022 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local
2023 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() local
2043 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 …]
H A Dclk-stm32mp13.c80 struct stm32_osci_dt_cfg *osci; member
919 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local
920 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() local
944 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 …]