Searched refs:mux_shift (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-mtk.h | 76 signed char mux_shift; member 90 .mux_shift = _shift, \ 104 .mux_shift = _shift, \ 122 .mux_shift = -1, \
|
D | clk-mtk.c | 152 if (mc->mux_shift >= 0) { in mtk_clk_register_composite() 159 mux->shift = mc->mux_shift; in mtk_clk_register_composite()
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-tegra-pmc.c | 44 u8 mux_shift; member 57 .mux_shift = _mux_shift,\ 99 pmc_base + PMC_CLK_OUT_CNTRL, data->mux_shift, in tegra_pmc_clk_init()
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 228 u8 mux_shift; member 250 .mux_shift = ms, \ 308 .mux_shift = ms, \ 326 .mux_shift = ms, \ 345 .mux_shift = ms, \ 381 .mux_shift = s, \
|
D | clk.c | 43 int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, in rockchip_clk_register_branch() argument 62 mux->shift = mux_shift; in rockchip_clk_register_branch() 238 list->mux_shift, list->mux_width, in rockchip_clk_register_branches() 274 reg_base, list->muxdiv_offset, list->mux_shift, in rockchip_clk_register_branches()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-pistachio.c | 93 int mux_shift; member 648 .mux_shift = -1, \ 662 .mux_shift = -1, \ 676 .mux_shift = _shift, \ 974 val &= ~(pg->mux_mask << pg->mux_shift); in pistachio_pinmux_enable() 975 val |= i << pg->mux_shift; in pistachio_pinmux_enable()
|
D | pinctrl-zynq.c | 85 u8 mux_shift; member 779 .mux_shift = shift, \ 920 reg |= pgrp->pins[0] << func->mux_shift; in zynq_pinmux_set_mux()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 571 const int *mux_shift; member
|