Home
last modified time | relevance | path

Searched full:multipliers (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/drivers/watchdog/
H A Dbd9576_wdt.c106 static const int multipliers[] = {2, 3, 7, 15}; in find_closest_slow_by_fast() local
108 for (sel = 0; sel < ARRAY_SIZE(multipliers) && in find_closest_slow_by_fast()
109 multipliers[sel] * fast_val < target; sel++) in find_closest_slow_by_fast()
112 if (sel == ARRAY_SIZE(multipliers)) in find_closest_slow_by_fast()
122 static const int multipliers[] = {2, 3, 7, 15}; in find_closest_slow() local
128 for (j = 0; j < ARRAY_SIZE(multipliers); j++) { in find_closest_slow()
131 slow = window * multipliers[j]; in find_closest_slow()
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dclock-sh7712.c18 static int multipliers[] = { 1, 2, 3 }; variable
26 clk->rate *= multipliers[idx]; in master_clk_init()
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7722.c94 static int multipliers[] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; variable
100 .multipliers = multipliers,
101 .nr_multipliers = ARRAY_SIZE(multipliers),
H A Dclock-sh7734.c53 static int multipliers[] = { 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; variable
59 .multipliers = multipliers,
60 .nr_multipliers = ARRAY_SIZE(multipliers),
H A Dclock-sh7366.c91 static int multipliers[] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; variable
97 .multipliers = multipliers,
98 .nr_multipliers = ARRAY_SIZE(multipliers),
H A Dclock-sh7343.c88 static int multipliers[] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; variable
94 .multipliers = multipliers,
95 .nr_multipliers = ARRAY_SIZE(multipliers),
H A Dclock-sh7723.c95 static int multipliers[] = { 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; variable
101 .multipliers = multipliers,
102 .nr_multipliers = ARRAY_SIZE(multipliers),
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-cpld.c127 /* List all possible multipliers (= hsdiv * n1). There are lots of duplicates,
131 static const struct multiplier multipliers[] = { variable
241 for (i = 0; i < ARRAY_SIZE(multipliers); i++) { in cobalt_cpld_set_freq()
242 unsigned mult = multipliers[i].mult; in cobalt_cpld_set_freq()
257 dco = (u64)f_out * multipliers[i_best].mult; in cobalt_cpld_set_freq()
258 n1 = multipliers[i_best].n1 - 1; in cobalt_cpld_set_freq()
259 hsdiv = multipliers[i_best].hsdiv - 4; in cobalt_cpld_set_freq()
/openbmc/linux/include/uapi/linux/
H A Datm_eni.h22 /* set buffer multipliers */
/openbmc/linux/include/linux/
H A Datmel-isc-media.h14 * These gains are multipliers for each component, in format unsigned 0:4:9 with
H A Dsh_clk.h92 unsigned int *multipliers; member
/openbmc/u-boot/board/mpr2/
H A Dlowlevel_init.S21 * Set frequency multipliers and dividers in FRQCR.
/openbmc/qemu/include/qemu/
H A Dhost-utils.h560 * @x, @y: Input multipliers
573 * @x, @y: Input multipliers
586 * @x, @y: Input multipliers
599 * @x, @y: Input multipliers
/openbmc/linux/arch/microblaze/
H A DMakefile20 # 1. Spartan2 has no HW multipliers.
/openbmc/linux/drivers/clk/renesas/
H A Dclk-r8a7778.c14 /* PLL multipliers per bits 11, 12, and 18 of MODEMR */
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h70 /* KDETH OM multipliers and switch over point */
/openbmc/linux/drivers/sh/clk/
H A Dcore.c58 if (src_table->multipliers && i < src_table->nr_multipliers) in clk_rate_table_build()
59 mult = src_table->multipliers[i]; in clk_rate_table_build()
/openbmc/linux/include/linux/iio/
H A Diio-gts-helper.h51 * NOTE: Only multipliers > 0 supported.
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_common.c67 * almost immediately, while changes to the multipliers (implemented
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml17 structure (FIS) based switching for systems employing port multipliers.
/openbmc/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst91 attached to any single port. In SATA world we have port multipliers
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k7.c12 * CPU with half frequency multipliers may hang upon wakeup from disconnect.
13 * - We disable half multipliers if ACPI is used on A0 stepping CPUs.
/openbmc/linux/sound/usb/
H A Dclock.c393 /* FIXME: multipliers only act as pass-thru element for now */ in __uac_clock_find_source()
406 * clock multipliers and sample rate converters may be specified as
/openbmc/linux/drivers/ata/
H A Dahci_sunxi.c28 "Enable support for sata port multipliers, only use if you use a pmp!");
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst216 multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30

123