Home
last modified time | relevance | path

Searched refs:multipliers (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/watchdog/
A Dbd9576_wdt.c110 static const int multipliers[] = {2, 3, 7, 15}; in find_closest_slow_by_fast() local
112 for (sel = 0; sel < ARRAY_SIZE(multipliers) && in find_closest_slow_by_fast()
113 multipliers[sel] * fast_val < target; sel++) in find_closest_slow_by_fast()
116 if (sel == ARRAY_SIZE(multipliers)) in find_closest_slow_by_fast()
126 static const int multipliers[] = {2, 3, 7, 15}; in find_closest_slow() local
132 for (j = 0; j < ARRAY_SIZE(multipliers); j++) { in find_closest_slow()
135 slow = window * multipliers[j]; in find_closest_slow()
/linux-6.3-rc2/drivers/media/pci/cobalt/
A Dcobalt-cpld.c131 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-6.3-rc2/arch/sh/kernel/cpu/sh3/
A Dclock-sh7712.c18 static int multipliers[] = { 1, 2, 3 }; variable
26 clk->rate *= multipliers[idx]; in master_clk_init()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4a/
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),
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),
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),
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),
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),
/linux-6.3-rc2/drivers/sh/clk/
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()
/linux-6.3-rc2/include/linux/
A Dsh_clk.h92 unsigned int *multipliers; member
/linux-6.3-rc2/Documentation/devicetree/bindings/ata/
A Dceva,ahci-1v84.yaml17 structure (FIS) based switching for systems employing port multipliers.
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Ddisk-shock-protection.rst91 attached to any single port. In SATA world we have port multipliers
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.rst214 multipliers 'Kilo', 'Mega', and 'Giga', equaling 2^10, 2^20, and 2^30
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dtimekeeping.rst595 simply storing multipliers and offsets against the TSC for the guest to convert

Completed in 16 milliseconds