| /linux/drivers/clk/sunxi/ |
| A D | clk-factors.c | 62 if (factors->recalc) { in clk_factors_recalc_rate() 72 if (factors->mux) in clk_factors_recalc_rate() 75 factors->mux->mask; in clk_factors_recalc_rate() 146 if (factors->lock) in clk_factors_set_rate() 164 if (factors->lock) in clk_factors_set_rate() 204 if (!factors) in __sunxi_factors_register() 208 factors->reg = reg; in __sunxi_factors_register() 235 factors->mux = mux; in __sunxi_factors_register() 267 kfree(factors); in __sunxi_factors_register() 301 kfree(factors->mux); in sunxi_factors_unregister() [all …]
|
| A D | clk-sunxi.c | 874 const struct factors_data *factors; /* data for the factor clock */ member 902 .factors = &sun4i_pll5_data, 913 .factors = &sun4i_pll5_data, 924 .factors = &sun6i_a31_pll6_data, 955 struct factors_data factors = *data->factors; in sunxi_divs_clk_setup() local 969 i, &factors.name); in sunxi_divs_clk_setup() 974 if (factors.name == NULL) { in sunxi_divs_clk_setup() 985 factors.name = derived_name; in sunxi_divs_clk_setup() 987 factors.name = clk_name; in sunxi_divs_clk_setup() 992 pclk = sunxi_factors_clk_setup(node, &factors); in sunxi_divs_clk_setup()
|
| A D | .clk-factors.o.cmd | 1 …factors.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/… 3 source_drivers/clk/sunxi/clk-factors.o := drivers/clk/sunxi/clk-factors.c 5 deps_drivers/clk/sunxi/clk-factors.o := \ 813 drivers/clk/sunxi/clk-factors.h \ 815 drivers/clk/sunxi/clk-factors.o: $(deps_drivers/clk/sunxi/clk-factors.o) 817 $(deps_drivers/clk/sunxi/clk-factors.o):
|
| A D | built-in.a | 3 clk-factors.o/
|
| A D | Makefile | 6 obj-$(CONFIG_CLK_SUNXI) += clk-factors.o
|
| A D | .built-in.a.cmd | 1 …4-linux-gnu-ar cDPrST drivers/clk/sunxi/built-in.a drivers/clk/sunxi/clk-factors.o drivers/clk/sun…
|
| /linux/drivers/clk/ |
| A D | clk-milbeaut.c | 509 if ((factors->offset == CLKSEL(9)) || (factors->offset == CLKSEL(10))) in m10v_reg_div_pre() 515 factors->parent_name, in m10v_reg_div_pre() 517 base + factors->offset, in m10v_reg_div_pre() 518 factors->shift, in m10v_reg_div_pre() 519 factors->width, factors->div_flags, in m10v_reg_div_pre() 520 factors->table, in m10v_reg_div_pre() 523 if (factors->onecell_idx >= 0) in m10v_reg_div_pre() 536 factors->mult, factors->div); in m10v_reg_fixed_pre() 538 if (factors->onecell_idx >= 0) in m10v_reg_fixed_pre() 552 base + factors->offset, factors->shift, in m10v_reg_mux_pre() [all …]
|
| /linux/sound/soc/codecs/ |
| A D | wm8400.c | 858 factors->outdiv = 2; in fll_factors() 870 factors->outdiv = factors->outdiv >> 2; in fll_factors() 878 factors->fratio = 9; in fll_factors() 880 factors->fratio = 0; in fll_factors() 885 factors->fratio--; in fll_factors() 887 factors->fratio++; in fll_factors() 889 if (factors->fratio < 1 || factors->fratio > 8) { in fll_factors() 895 factors->n = target / (Fref * factors->fratio); in fll_factors() 910 factors->k = K / 10; in fll_factors() 915 factors->n, factors->k, factors->fratio, factors->outdiv); in fll_factors() [all …]
|
| A D | wm2200.c | 1931 struct _fll_div factors; in wm2200_set_fll() local 1957 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll() 1966 (factors.fll_outdiv << WM2200_FLL_OUTDIV_SHIFT) | in wm2200_set_fll() 1967 factors.fll_fratio); in wm2200_set_fll() 1968 if (factors.theta) { in wm2200_set_fll() 1983 factors.theta); in wm2200_set_fll() 1985 factors.n); in wm2200_set_fll() 1989 (factors.fll_refclk_div in wm2200_set_fll() 1992 WM2200_FLL_LAMBDA_MASK, factors.lambda); in wm2200_set_fll()
|
| A D | wm5100.c | 1759 struct _fll_div factors; in wm5100_set_fll() local 1803 ret = fll_factors(&factors, Fref, Fout); in wm5100_set_fll() 1812 (factors.fll_outdiv << WM5100_FLL1_OUTDIV_SHIFT) | in wm5100_set_fll() 1813 factors.fll_fratio); in wm5100_set_fll() 1815 factors.theta); in wm5100_set_fll() 1816 snd_soc_component_update_bits(component, base + 5, WM5100_FLL1_N_MASK, factors.n); in wm5100_set_fll() 1820 (factors.fll_refclk_div in wm5100_set_fll() 1823 factors.lambda); in wm5100_set_fll()
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| A D | cedrus_h264.c | 276 const struct v4l2_h264_weight_factors *factors = in cedrus_write_pred_weight_table() local 279 for (j = 0; j < ARRAY_SIZE(factors->luma_weight); j++) { in cedrus_write_pred_weight_table() 282 val = (((u32)factors->luma_offset[j] & 0x1ff) << 16) | in cedrus_write_pred_weight_table() 283 (factors->luma_weight[j] & 0x1ff); in cedrus_write_pred_weight_table() 287 for (j = 0; j < ARRAY_SIZE(factors->chroma_weight); j++) { in cedrus_write_pred_weight_table() 288 for (k = 0; k < ARRAY_SIZE(factors->chroma_weight[0]); k++) { in cedrus_write_pred_weight_table() 291 val = (((u32)factors->chroma_offset[j][k] & 0x1ff) << 16) | in cedrus_write_pred_weight_table() 292 (factors->chroma_weight[j][k] & 0x1ff); in cedrus_write_pred_weight_table()
|
| /linux/Documentation/driver-api/thermal/ |
| A D | cpu-cooling-api.rst | 70 The dynamic power consumption of a processor depends on many factors. 71 For a given processor implementation the primary factors are: 81 but typically it is of a much lesser impact than the factors above. 94 factors. Therefore, in initial implementation that contribution is
|
| A D | power_allocator.rst | 69 variations such as environmental conditions, and some factors related 242 depend on external factors that may change so this function should the
|
| /linux/drivers/clk/sprd/ |
| A D | pll.h | 54 const struct clk_bit_field *factors; member 71 .factors = _factors, \
|
| A D | pll.c | 19 (pll->factors[member].shift / (8 * sizeof(pll->regs_num))) 22 (pll->factors[member].shift % (8 * sizeof(pll->regs_num))) 25 pll->factors[member].width
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | selection-api-examples.rst | 60 Example: Querying for scaling factors 82 /* computing scaling factors */
|
| A D | yuv-formats.rst | 28 While many combinations of subsampling factors in the horizontal and vertical 29 direction are possible, common factors are 1 (no subsampling), 2 and 4, with
|
| A D | ext-ctrls-jpeg.rst | 26 The chroma subsampling factors describe how each component of an
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ |
| A D | ia_css_anr_types.h | 33 s32 factors[3]; member
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| A D | wlan.c | 288 u8 factors[NQUEUES] = {1, 1, 1, 1}; in is_ac_q_limit() local 302 q->cnt[i] = AC_BUFFER_SIZE * factors[i] / NQUEUES; in is_ac_q_limit() 310 q->cnt[q->buffer[end_index]] -= factors[q->buffer[end_index]]; in is_ac_q_limit() 311 q->cnt[q_num] += factors[q_num]; in is_ac_q_limit() 312 q->sum += (factors[q_num] - factors[q->buffer[end_index]]); in is_ac_q_limit()
|
| /linux/Documentation/driver-api/serial/ |
| A D | serial-iso7816.rst | 72 /* Set transmission factors: */
|
| /linux/Documentation/userspace-api/ |
| A D | sysfs-platform_profile.rst | 24 performance may be limited by various factors such as: the heat generated
|
| /linux/Documentation/devicetree/bindings/power/avs/ |
| A D | qcom,cpr.txt | 6 running at a particular frequency, CPR monitors dynamic factors such as
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-event_source-devices-events | 82 Description: Perf event scaling factors
|
| /linux/Documentation/userspace-api/media/drivers/ |
| A D | ccs.rst | 93 The ``linear`` and ``exponent`` factors can be set using the
|