/linux-4.1.27/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() 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 …]
|
D | Makefile | 5 obj-y += clk-sunxi.o clk-factors.o
|
D | clk-sunxi.c | 1053 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/ |
D | wm8400.c | 872 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 …]
|
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.1.27/drivers/power/avs/ |
D | Kconfig | 8 static factors (chip manufacturing process) and dynamic factors
|
/linux-4.1.27/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.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 82 Description: Perf event scaling factors
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | boost.txt | 66 factors like the chip's temperature into account, so boosting once does
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 99 on various other factors also like;
|
/linux-4.1.27/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.1.27/arch/m68k/fpsp040/ |
D | decbin.S | 51 | 10^(2^n) values. To reduce the error in forming factors
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 67 factors using the frequency of the clock source as the only input.
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 141 USB 2.0 throughput is gated by two main factors: how fast the host
|
/linux-4.1.27/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.1.27/Documentation/development-process/ |
D | 1.Intro | 195 There are, however, additional factors which should be taken into account
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 448 # factors for the 32X32->64 multiplication are in %d5 and %d6.
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 16 factors. The first factor is almost completely irrelevant and it's not
|
/linux-4.1.27/Documentation/ |
D | parport-lowlevel.txt | 96 factors'.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 389 number of factors, such as rounding up to page boundaries or the total
|
/linux-4.1.27/Documentation/networking/ |
D | bonding.txt | 2238 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/ |
D | proc.txt | 854 impact of those factors will vary from system to system.
|