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
2288 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local
2289 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() local
2309 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 …]
H A Dclk-stm32mp13.c80 struct stm32_osci_dt_cfg *osci; member
1036 struct stm32_osci_dt_cfg *osci = &pdata->osci[OSC_HSE]; in stm32_enable_oscillator_hse() local
1037 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() local
1061 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 …]