Lines Matching refs:mmux
305 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()
497 mmux->mux.table = cfg->mux->table; in _get_stm32_mux()
498 mmux->mux.lock = lock; in _get_stm32_mux()
499 mmux->mmux = cfg->mmux; in _get_stm32_mux()
500 mux_hw = &mmux->mux.hw; in _get_stm32_mux()
501 cfg->mmux->hws[cfg->mmux->nbr_clk++] = mux_hw; in _get_stm32_mux()
728 for (n = 0; n < clk_mmux->mmux->nbr_clk; n++) in clk_mmux_set_parent()
729 if (clk_mmux->mmux->hws[n] != hw) in clk_mmux_set_parent()
730 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp); in clk_mmux_set_parent()
1349 .mmux = _mmux,\
1703 .mmux = _mmux,\