Lines Matching refs:_LSE
302 [_LSE] = "clk-lse",
379 [_LSE] = CK_LSE,
700 _CSI, _PLL4_R, _LSE, _LSI
752 _UNKNOWN_ID, _LSE, _LSI, _HSE_RTC
853 [_LSE] = "LSE",
1253 case _LSE: in get_clock_rate()
1254 clock = stm32mp1_clk_get_fixed(_LSE); in get_clock_rate()
2210 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2211 const char *name = stm32mp_osc_node_label[_LSE]; in stm32mp1_clk_init()
2357 if (stm32mp1_osc[_LSE] != 0U) { in stm32mp1_clk_init()
2537 case _LSE: in secure_parent_clocks()