/openbmc/linux/drivers/watchdog/ |
H A D | bd9576_wdt.c | 106 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 D | clock-sh7712.c | 18 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 D | clock-sh7722.c | 94 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 D | clock-sh7734.c | 53 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 D | clock-sh7366.c | 91 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 D | clock-sh7343.c | 88 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 D | clock-sh7723.c | 95 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 D | cobalt-cpld.c | 127 /* 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 D | atm_eni.h | 22 /* set buffer multipliers */
|
/openbmc/linux/include/linux/ |
H A D | atmel-isc-media.h | 14 * These gains are multipliers for each component, in format unsigned 0:4:9 with
|
H A D | sh_clk.h | 92 unsigned int *multipliers; member
|
/openbmc/u-boot/board/mpr2/ |
H A D | lowlevel_init.S | 21 * Set frequency multipliers and dividers in FRQCR.
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 560 * @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 D | Makefile | 20 # 1. Spartan2 has no HW multipliers.
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | clk-r8a7778.c | 14 /* PLL multipliers per bits 11, 12, and 18 of MODEMR */
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.h | 70 /* KDETH OM multipliers and switch over point */
|
/openbmc/linux/drivers/sh/clk/ |
H A D | core.c | 58 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 D | iio-gts-helper.h | 51 * NOTE: Only multipliers > 0 supported.
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_common.c | 67 * almost immediately, while changes to the multipliers (implemented
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 17 structure (FIS) based switching for systems employing port multipliers.
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | disk-shock-protection.rst | 91 attached to any single port. In SATA world we have port multipliers
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernow-k7.c | 12 * 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 D | clock.c | 393 /* 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 D | ahci_sunxi.c | 28 "Enable support for sata port multipliers, only use if you use a pmp!");
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.rst | 216 multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30
|