Searched defs:css (Results 1 – 7 of 7) sorted by relevance
85 #define MC_CGM_MUXn_CSS_SELSTAT(css) ((MC_CGM_MUXn_CSS_SELSTAT_MASK & (css))\ argument87 #define MC_CGM_MUXn_CSS_SWTRG(css) ((MC_CGM_MUXn_CSS_SWTRG_MASK & (css)) \ argument
102 struct stm32_clk_css *css; member
90 void clk_oscillator_set_css(struct stm32_clk_priv *priv, int id, bool css) in clk_oscillator_set_css()
1633 static void stm32mp1_hse_enable(bool bypass, bool digbyp, bool css) in stm32mp1_hse_enable()2224 bool bypass, digbyp, css; in stm32mp1_clk_init() local
36 bool css; member922 bool css = osci->css; in stm32_enable_oscillator_hse() local
31 bool css; member2025 bool css = osci->css; in stm32_enable_oscillator_hse() local
617 uint32_t css, csc; in cgm_mux_clk_config() local