Lines Matching refs:mmux
309 struct stm32_mmux *mmux; member
380 struct stm32_mmux *mmux; member
488 struct stm32_clk_mmux *mmux; in _get_stm32_mux() local
492 if (cfg->mmux) { in _get_stm32_mux()
493 mmux = devm_kzalloc(dev, sizeof(*mmux), GFP_KERNEL); in _get_stm32_mux()
494 if (!mmux) in _get_stm32_mux()
497 mmux->mux.reg = cfg->mux->reg_off + base; in _get_stm32_mux()
498 mmux->mux.shift = cfg->mux->shift; in _get_stm32_mux()
499 mmux->mux.mask = (1 << cfg->mux->width) - 1; in _get_stm32_mux()
500 mmux->mux.flags = cfg->mux->mux_flags; in _get_stm32_mux()
501 mmux->mux.table = cfg->mux->table; in _get_stm32_mux()
502 mmux->mux.lock = lock; in _get_stm32_mux()
503 mmux->mmux = cfg->mmux; in _get_stm32_mux()
504 mux_hw = &mmux->mux.hw; in _get_stm32_mux()
505 cfg->mmux->hws[cfg->mmux->nbr_clk++] = mux_hw; in _get_stm32_mux()
732 for (n = 0; n < clk_mmux->mmux->nbr_clk; n++) in clk_mmux_set_parent()
733 if (clk_mmux->mmux->hws[n] != hw) in clk_mmux_set_parent()
734 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp); in clk_mmux_set_parent()
1353 .mmux = _mmux,\
1707 .mmux = _mmux,\