/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-factors.c | 50 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() 125 struct clk_factors *factors = to_clk_factors(hw); in clk_factors_set_rate() local 126 struct clk_factors_config *config = factors->config; in clk_factors_set_rate() 129 factors->get_factors((u32 *)&rate, (u32)parent_rate, &n, &k, &m, &p); in clk_factors_set_rate() 131 if (factors->lock) in clk_factors_set_rate() 132 spin_lock_irqsave(factors->lock, flags); in clk_factors_set_rate() [all …]
|
D | Makefile | 5 obj-y += clk-sunxi.o clk-factors.o
|
D | clk-sunxi.c | 907 const struct factors_data *factors; /* data for the factor clock */ member 934 .factors = &sun4i_pll5_data, 944 .factors = &sun4i_pll6_data, 955 .factors = &sun6i_a31_pll6_data, 995 pclk = sunxi_factors_clk_setup(node, data->factors); in sunxi_divs_clk_setup()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8400.c | 869 static int fll_factors(struct wm8400_priv *wm8400, struct fll_factors *factors, in fll_factors() argument 875 factors->outdiv = 2; in fll_factors() 876 while (Fout * factors->outdiv < 90000000 || in fll_factors() 877 Fout * factors->outdiv > 100000000) { in fll_factors() 878 factors->outdiv *= 2; in fll_factors() 879 if (factors->outdiv > 32) { in fll_factors() 886 target = Fout * factors->outdiv; in fll_factors() 887 factors->outdiv = factors->outdiv >> 2; in fll_factors() 890 factors->freq_ref = 1; in fll_factors() 892 factors->freq_ref = 0; in fll_factors() [all …]
|
D | wm2200.c | 1942 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()
|
D | wm5100.c | 1762 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.4.14/drivers/power/avs/ |
D | Kconfig | 8 static factors (chip manufacturing process) and dynamic factors
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 84 The dynamic power consumption of a processor depends on many factors. 85 For a given processor implementation the primary factors are: 95 but typically it is of a much lesser impact than the factors above. 108 factors. Therefore, in initial implementation that contribution is 126 Static leakage power consumption depends on a number of factors. For a 127 given circuit implementation the primary factors are: 145 of the circuit are all significant factors in static leakage power 148 Circuit implementation specific factors include the chosen silicon
|
D | power_allocator.txt | 68 variations such as environmental conditions, and some factors related 216 depend on external factors that may change so this function should the
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/light/ |
D | us5182d.txt | 17 If the optional properties are not specified these factors will default to the
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 112 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
|
D | v4l2-framework.txt | 689 This tends to be needed if based on external factors (e.g. which card is
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 82 Description: Perf event scaling factors
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 66 factors like the chip's temperature into account, so boosting once does
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 99 on various other factors also like;
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_eckd.h | 283 } __attribute__ ((packed)) factors; member
|
D | dasd_eckd.c | 45 #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.4.14/arch/m68k/fpsp040/ |
D | decbin.S | 51 | 10^(2^n) values. To reduce the error in forming factors
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 67 factors using the frequency of the clock source as the only input.
|
/linux-4.4.14/Documentation/usb/ |
D | ehci.txt | 141 USB 2.0 throughput is gated by two main factors: how fast the host
|
/linux-4.4.14/Documentation/power/ |
D | basic-pm-debugging.txt | 99 to make sure that any random factors are avoided).
|
D | opp.txt | 64 factors. Example usage: Thermal management or other exceptional situations where
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 195 There are, however, additional factors which should be taken into account
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 448 # factors for the 32X32->64 multiplication are in %d5 and %d6.
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 16 factors. The first factor is almost completely irrelevant and it's not
|
/linux-4.4.14/Documentation/ |
D | parport-lowlevel.txt | 96 factors'.
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 389 number of factors, such as rounding up to page boundaries or the total
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 2322 of reordering depends upon a variety of factors, including the 2325 cards produce more reordering (due to factors such as packet
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 869 impact of those factors will vary from system to system.
|