Home
last modified time | relevance | path

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

/openbmc/linux/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->mux.mask = (1 << cfg->mux->width) - 1; in _get_stm32_mux()
496 mmux->mux.flags = cfg->mux->mux_flags; in _get_stm32_mux()
[all …]
/openbmc/linux/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()