/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/drivers/media/pci/cobalt/ |
H A D | cobalt-cpld.c | 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/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-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),
|
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),
|
/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/ |
H A D | sh_clk.h | 92 unsigned int *multipliers; member
|
/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/Documentation/admin-guide/ |
H A D | kernel-parameters.rst | 216 multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 1468 static const u8 multipliers[] = { variable 2359 mult = multipliers[((cmd.response[0] >> 3) & 0xf)]; in mmc_startup()
|
/openbmc/qemu/docs/devel/ |
H A D | clocks.rst | 280 have guest-programmable frequency multipliers or dividers.
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | timekeeping.rst | 595 simply storing multipliers and offsets against the TSC for the guest to convert
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 411 Hexadecimal sizes with scaling multipliers (since 8.0)
|