/linux/drivers/watchdog/ |
H A D | bd96801_wdt.c | 122 static const int multipliers[] = {2, 4, 8, 16}; in find_closest_slow_by_fast() local 125 for (sel = 0; sel < ARRAY_SIZE(multipliers) && in find_closest_slow_by_fast() 126 multipliers[sel] * fast_val < *target; sel++) in find_closest_slow_by_fast() 129 if (sel == ARRAY_SIZE(multipliers)) in find_closest_slow_by_fast() 133 *target = multipliers[sel] * fast_val; in find_closest_slow_by_fast() 140 static const int multipliers[] = {2, 4, 8, 16}; in find_closest_slow() local 146 for (j = 0; j < ARRAY_SIZE(multipliers); j++) { in find_closest_slow() 149 slow = window * multipliers[j]; in find_closest_slow()
|
/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()
|
/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-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-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-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-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),
|
/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()
|
/linux/include/uapi/linux/ |
H A D | atm_eni.h | 22 /* set buffer multipliers */
|
/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
|
/linux/arch/microblaze/ |
H A D | Makefile | 20 # 1. Spartan2 has no HW multipliers.
|
/linux/drivers/clk/renesas/ |
H A D | clk-r8a7778.c | 14 /* PLL multipliers per bits 11, 12, and 18 of MODEMR */
|
/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()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | exp_rcv.h | 70 /* KDETH OM multipliers and switch over point */
|
/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 51 * NOTE: Only multipliers > 0 supported.
|
/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.
|
/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
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 18 structure (FIS) based switching for systems employing port multipliers.
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_common.c | 67 * almost immediately, while changes to the multipliers (implemented
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dev.c | 286 * For STP and direct-attached SATA Port Multipliers we need
|
/linux/arch/riscv/crypto/ |
H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 199 // Since we compute the tweak multipliers x^N in advance, we require
|
/linux/arch/x86/mm/ |
H A D | dump_pagetables.c | 151 /* Multipliers for offsets within the PTEs */
|
/linux/drivers/clk/ |
H A D | clk-si570.c | 97 * Retrieve clock dividers and multipliers from the HW.
|
/linux/drivers/media/i2c/ |
H A D | ov772x.c | 384 * PLL multipliers 674 * PLL multipliers (1x, 4x, 6x, 8x) and calculate corresponding in ov772x_set_frame_rate()
|