Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1700 unsigned int flex_id = U(0); in flexclkgen_search_config() local
1715 flex_id = (dt_cfg & FLEX_ID_MASK) >> FLEX_ID_SHIFT; in flexclkgen_search_config()
1716 if (flex_id == channel) { in flexclkgen_search_config()
2249 int flex_id; member
2258 address = rcc_base + RCC_XBAR0CFGR + (cfg->flex_id * 4); in clk_stm32_flexgen_get_parent()
2267 uint16_t channel = cfg->flex_id * 4; in clk_stm32_flexgen_set_parent()
2269 if (stm32_rcc_has_access_by_id(cfg->flex_id)) { in clk_stm32_flexgen_set_parent()
2287 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_get_rate()
2377 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_set_rate()
2382 if (!stm32_rcc_has_access_by_id(cfg->flex_id)) in clk_stm32_flexgen_set_rate()
[all …]
H A Dclk-stm32mp25.c1704 unsigned int flex_id = U(0); in flexclkgen_search_config() local
1719 flex_id = (dt_cfg & FLEX_ID_MASK) >> FLEX_ID_SHIFT; in flexclkgen_search_config()
1720 if (flex_id == channel) { in flexclkgen_search_config()
2281 int flex_id; member
2290 address = rcc_base + RCC_XBAR0CFGR + (cfg->flex_id * 4); in clk_stm32_flexgen_get_parent()
2299 uint16_t channel = cfg->flex_id * 4; in clk_stm32_flexgen_set_parent()
2317 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_get_rate()
2405 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_set_rate()
2440 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_enable()
2474 uint8_t channel = cfg->flex_id; in clk_stm32_flexgen_disable()
[all …]