Home
last modified time | relevance | path

Searched refs:factors (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/clk/sunxi/
Dclk-factors.c50 struct clk_factors *factors = to_clk_factors(hw); in clk_factors_recalc_rate() local
51 struct clk_factors_config *config = factors->config; in clk_factors_recalc_rate()
54 reg = readl(factors->reg); in clk_factors_recalc_rate()
75 struct clk_factors *factors = to_clk_factors(hw); in clk_factors_round_rate() local
76 factors->get_factors((u32 *)&rate, (u32)*parent_rate, in clk_factors_round_rate()
124 struct clk_factors *factors = to_clk_factors(hw); in clk_factors_set_rate() local
125 struct clk_factors_config *config = factors->config; in clk_factors_set_rate()
128 factors->get_factors((u32 *)&rate, (u32)parent_rate, &n, &k, &m, &p); in clk_factors_set_rate()
130 if (factors->lock) in clk_factors_set_rate()
131 spin_lock_irqsave(factors->lock, flags); in clk_factors_set_rate()
[all …]
DMakefile5 obj-y += clk-sunxi.o clk-factors.o
Dclk-sunxi.c1053 const struct factors_data *factors; /* data for the factor clock */ member
1080 .factors = &sun4i_pll5_data,
1090 .factors = &sun4i_pll6_data,
1101 .factors = &sun6i_a31_pll6_data,
1141 pclk = sunxi_factors_clk_setup(node, data->factors); in sunxi_divs_clk_setup()
/linux-4.1.27/sound/soc/codecs/
Dwm8400.c872 static int fll_factors(struct wm8400_priv *wm8400, struct fll_factors *factors, in fll_factors() argument
878 factors->outdiv = 2; in fll_factors()
879 while (Fout * factors->outdiv < 90000000 || in fll_factors()
880 Fout * factors->outdiv > 100000000) { in fll_factors()
881 factors->outdiv *= 2; in fll_factors()
882 if (factors->outdiv > 32) { in fll_factors()
889 target = Fout * factors->outdiv; in fll_factors()
890 factors->outdiv = factors->outdiv >> 2; in fll_factors()
893 factors->freq_ref = 1; in fll_factors()
895 factors->freq_ref = 0; in fll_factors()
[all …]
Dwm2200.c1942 struct _fll_div factors; in wm2200_set_fll() local
1968 ret = fll_factors(&factors, Fref, Fout); in wm2200_set_fll()
1977 (factors.fll_outdiv << WM2200_FLL_OUTDIV_SHIFT) | in wm2200_set_fll()
1978 factors.fll_fratio); in wm2200_set_fll()
1979 if (factors.theta) { in wm2200_set_fll()
1994 factors.theta); in wm2200_set_fll()
1996 factors.n); in wm2200_set_fll()
2000 (factors.fll_refclk_div in wm2200_set_fll()
2003 WM2200_FLL_LAMBDA_MASK, factors.lambda); in wm2200_set_fll()
Dwm5100.c1762 struct _fll_div factors; in wm5100_set_fll() local
1806 ret = fll_factors(&factors, Fref, Fout); in wm5100_set_fll()
1815 (factors.fll_outdiv << WM5100_FLL1_OUTDIV_SHIFT) | in wm5100_set_fll()
1816 factors.fll_fratio); in wm5100_set_fll()
1818 factors.theta); in wm5100_set_fll()
1819 snd_soc_update_bits(codec, base + 5, WM5100_FLL1_N_MASK, factors.n); in wm5100_set_fll()
1823 (factors.fll_refclk_div in wm5100_set_fll()
1826 factors.lambda); in wm5100_set_fll()
/linux-4.1.27/drivers/power/avs/
DKconfig8 static factors (chip manufacturing process) and dynamic factors
/linux-4.1.27/Documentation/video4linux/
Dsoc-camera.txt112 pixel. Changing sensor window sizes preserves any scaling factors, therefore
116 much as possible by modifying scaling factors. If the sensor window cannot be
133 factors have to be maintained by camera drivers internally. According to the
Dv4l2-framework.txt689 This tends to be needed if based on external factors (e.g. which card is
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-events82 Description: Perf event scaling factors
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt66 factors like the chip's temperature into account, so boosting once does
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt99 on various other factors also like;
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.h283 } __attribute__ ((packed)) factors; member
Ddasd_eckd.c45 #define ECKD_F1(i) (ECKD_F(i)==0x01?(i->factors.f_0x01.f1):\
46 (i->factors.f_0x02.f1))
47 #define ECKD_F2(i) (ECKD_F(i)==0x01?(i->factors.f_0x01.f2):\
48 (i->factors.f_0x02.f2))
49 #define ECKD_F3(i) (ECKD_F(i)==0x01?(i->factors.f_0x01.f3):\
50 (i->factors.f_0x02.f3))
51 #define ECKD_F4(i) (ECKD_F(i)==0x02?(i->factors.f_0x02.f4):0)
52 #define ECKD_F5(i) (ECKD_F(i)==0x02?(i->factors.f_0x02.f5):0)
/linux-4.1.27/arch/m68k/fpsp040/
Ddecbin.S51 | 10^(2^n) values. To reduce the error in forming factors
/linux-4.1.27/Documentation/timers/
Dtimekeeping.txt67 factors using the frequency of the clock source as the only input.
/linux-4.1.27/Documentation/usb/
Dehci.txt141 USB 2.0 throughput is gated by two main factors: how fast the host
/linux-4.1.27/Documentation/power/
Dbasic-pm-debugging.txt99 to make sure that any random factors are avoided).
Dopp.txt64 factors. Example usage: Thermal management or other exceptional situations where
/linux-4.1.27/Documentation/development-process/
D1.Intro195 There are, however, additional factors which should be taken into account
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S448 # factors for the 32X32->64 multiplication are in %d5 and %d6.
/linux-4.1.27/Documentation/vm/
Dtranshuge.txt16 factors. The first factor is almost completely irrelevant and it's not
/linux-4.1.27/Documentation/
Dparport-lowlevel.txt96 factors'.
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt389 number of factors, such as rounding up to page boundaries or the total
/linux-4.1.27/Documentation/networking/
Dbonding.txt2238 of reordering depends upon a variety of factors, including the
2241 cards produce more reordering (due to factors such as packet
/linux-4.1.27/Documentation/filesystems/
Dproc.txt854 impact of those factors will vary from system to system.