Home
last modified time | relevance | path

Searched refs:mmux (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-stm32mp1.c298 struct stm32_mmux *mmux; member
368 struct stm32_mmux *mmux; member
476 struct stm32_clk_mmux *mmux; in _get_stm32_mux() local
480 if (cfg->mmux) { in _get_stm32_mux()
481 mmux = kzalloc(sizeof(*mmux), GFP_KERNEL); in _get_stm32_mux()
482 if (!mmux) in _get_stm32_mux()
485 mmux->mux.reg = cfg->mux->reg_off + base; in _get_stm32_mux()
486 mmux->mux.shift = cfg->mux->shift; in _get_stm32_mux()
487 mmux in _get_stm32_mux()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-stm32mp1.c305 struct stm32_mmux *mmux; member
376 struct stm32_mmux *mmux; member
484 struct stm32_clk_mmux *mmux; in _get_stm32_mux() local
488 if (cfg->mmux) { in _get_stm32_mux()
489 mmux = devm_kzalloc(dev, sizeof(*mmux), GFP_KERNEL); in _get_stm32_mux()
490 if (!mmux) in _get_stm32_mux()
493 mmux->mux.reg = cfg->mux->reg_off + base; in _get_stm32_mux()
494 mmux->mux.shift = cfg->mux->shift; in _get_stm32_mux()
495 mmux in _get_stm32_mux()
[all...]
/kernel/linux/linux-6.6/drivers/clk/stm32/
H A Dclk-stm32mp13.c1492 struct multi_mux *mmux = stm32_mp13_multi_mux[composite->mux_id]; in stm32mp13_is_multi_mux() local
1494 if (mmux) { in stm32mp13_is_multi_mux()
1495 if (!(mmux->hw1 == hw)) in stm32mp13_is_multi_mux()
1496 return mmux->hw1; in stm32mp13_is_multi_mux()
1498 return mmux->hw2; in stm32mp13_is_multi_mux()

Completed in 9 milliseconds