Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 2146) sorted by relevance

12345678910>>...86

/linux-5.19.10/drivers/clk/tegra/
Dclk-periph-fixed.c19 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_is_enabled() local
20 u32 mask = 1 << (fixed->num % 32), value; in tegra_clk_periph_fixed_is_enabled()
22 value = readl(fixed->base + fixed->regs->enb_reg); in tegra_clk_periph_fixed_is_enabled()
24 value = readl(fixed->base + fixed->regs->rst_reg); in tegra_clk_periph_fixed_is_enabled()
34 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_enable() local
35 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_enable()
37 writel(mask, fixed->base + fixed->regs->enb_set_reg); in tegra_clk_periph_fixed_enable()
44 struct tegra_clk_periph_fixed *fixed = to_tegra_clk_periph_fixed(hw); in tegra_clk_periph_fixed_disable() local
45 u32 mask = 1 << (fixed->num % 32); in tegra_clk_periph_fixed_disable()
47 writel(mask, fixed->base + fixed->regs->enb_clr_reg); in tegra_clk_periph_fixed_disable()
[all …]
/linux-5.19.10/drivers/clk/
Dclk-fixed-rate.c38 struct clk_fixed_rate *fixed = to_clk_fixed_rate(hw); in clk_fixed_rate_recalc_accuracy() local
40 if (fixed->flags & CLK_FIXED_RATE_PARENT_ACCURACY) in clk_fixed_rate_recalc_accuracy()
43 return fixed->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()
59 struct clk_fixed_rate *fixed; in __clk_hw_register_fixed_rate() local
65 fixed = kzalloc(sizeof(*fixed), GFP_KERNEL); in __clk_hw_register_fixed_rate()
66 if (!fixed) in __clk_hw_register_fixed_rate()
81 fixed->flags = clk_fixed_flags; in __clk_hw_register_fixed_rate()
82 fixed->fixed_rate = fixed_rate; in __clk_hw_register_fixed_rate()
83 fixed->fixed_accuracy = fixed_accuracy; in __clk_hw_register_fixed_rate()
84 fixed->hw.init = &init; in __clk_hw_register_fixed_rate()
[all …]
/linux-5.19.10/drivers/clk/uniphier/
Dclk-uniphier-fixed-rate.c16 struct clk_fixed_rate *fixed; in uniphier_clk_register_fixed_rate() local
21 fixed = devm_kzalloc(dev, sizeof(*fixed), GFP_KERNEL); in uniphier_clk_register_fixed_rate()
22 if (!fixed) in uniphier_clk_register_fixed_rate()
31 fixed->fixed_rate = data->fixed_rate; in uniphier_clk_register_fixed_rate()
32 fixed->hw.init = &init; in uniphier_clk_register_fixed_rate()
34 ret = devm_clk_hw_register(dev, &fixed->hw); in uniphier_clk_register_fixed_rate()
38 return &fixed->hw; in uniphier_clk_register_fixed_rate()
/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dio.h46 bool fixed) in wlcore_raw_write() argument
55 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
64 bool fixed) in wlcore_raw_read() argument
73 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
82 bool fixed) in wlcore_raw_read_data() argument
84 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
89 bool fixed) in wlcore_raw_write_data() argument
91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
119 void *buf, size_t len, bool fixed) in wlcore_read() argument
125 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/regulator/
Dfixed-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml#
15 regulator.yaml, can also be used. However a fixed voltage regulator is
25 const: regulator-fixed-clock
33 const: regulator-fixed-domain
42 - regulator-fixed
43 - regulator-fixed-clock
44 - regulator-fixed-domain
55 the compatible is chosen to regulator-fixed-clock. The clock binding
56 is mandatory if compatible is chosen to regulator-fixed-clock.
63 available if the compatible is chosen to regulator-fixed-domain.
[all …]
/linux-5.19.10/arch/arm64/boot/dts/amd/
Damd-seattle-clks.dtsi9 compatible = "fixed-clock";
16 compatible = "fixed-clock";
23 compatible = "fixed-clock";
30 compatible = "fixed-clock";
37 compatible = "fixed-clock";
44 compatible = "fixed-clock";
51 compatible = "fixed-clock";
/linux-5.19.10/drivers/clk/sunxi/
Dclk-a10-hosc.c20 struct clk_fixed_rate *fixed; in sun4i_osc_clk_setup() local
29 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sun4i_osc_clk_setup()
30 if (!fixed) in sun4i_osc_clk_setup()
42 fixed->fixed_rate = rate; in sun4i_osc_clk_setup()
47 &fixed->hw, &clk_fixed_rate_ops, in sun4i_osc_clk_setup()
60 kfree(fixed); in sun4i_osc_clk_setup()
/linux-5.19.10/arch/arm/boot/dts/
Dbcm11351.dtsi282 compatible = "fixed-clock";
288 compatible = "fixed-clock";
294 compatible = "fixed-clock";
300 compatible = "fixed-clock";
306 compatible = "fixed-clock";
312 compatible = "fixed-clock";
318 compatible = "fixed-clock";
324 compatible = "fixed-clock";
330 compatible = "fixed-clock";
336 compatible = "fixed-clock";
[all …]
Dstm32mp157a-icore-stm32mp1.dtsi59 compatible = "regulator-fixed";
67 compatible = "regulator-fixed";
75 compatible = "regulator-fixed";
83 compatible = "regulator-fixed";
91 compatible = "regulator-fixed";
99 compatible = "regulator-fixed";
108 compatible = "regulator-fixed";
117 compatible = "regulator-fixed";
125 compatible = "regulator-fixed";
133 compatible = "regulator-fixed";
[all …]
Domap36xx-omap3430es2plus-clocks.dtsi47 compatible = "fixed-factor-clock";
78 compatible = "fixed-factor-clock";
101 compatible = "fixed-factor-clock";
109 compatible = "fixed-factor-clock";
117 compatible = "fixed-factor-clock";
125 compatible = "fixed-factor-clock";
133 compatible = "fixed-factor-clock";
141 compatible = "fixed-factor-clock";
149 compatible = "fixed-factor-clock";
157 compatible = "fixed-factor-clock";
[all …]
Dbcm21664.dtsi210 compatible = "fixed-clock";
216 compatible = "fixed-clock";
222 compatible = "fixed-clock";
228 compatible = "fixed-clock";
234 compatible = "fixed-clock";
240 compatible = "fixed-clock";
246 compatible = "fixed-clock";
252 compatible = "fixed-clock";
258 compatible = "fixed-clock";
264 compatible = "fixed-clock";
[all …]
Dam33xx-clocks.dtsi19 compatible = "fixed-factor-clock";
28 compatible = "fixed-factor-clock";
37 compatible = "fixed-factor-clock";
46 compatible = "fixed-factor-clock";
55 compatible = "fixed-factor-clock";
64 compatible = "fixed-factor-clock";
73 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
91 compatible = "fixed-factor-clock";
100 compatible = "fixed-factor-clock";
[all …]
Dtegra30-cardhu-a04.dts20 compatible = "regulator-fixed";
31 compatible = "regulator-fixed";
42 compatible = "regulator-fixed";
53 compatible = "regulator-fixed";
64 compatible = "regulator-fixed";
73 compatible = "regulator-fixed";
84 compatible = "regulator-fixed";
Dam43xx-clocks.dtsi37 compatible = "fixed-factor-clock";
46 compatible = "fixed-factor-clock";
55 compatible = "fixed-factor-clock";
64 compatible = "fixed-factor-clock";
73 compatible = "fixed-factor-clock";
82 compatible = "fixed-factor-clock";
91 compatible = "fixed-factor-clock";
100 compatible = "fixed-factor-clock";
109 compatible = "fixed-factor-clock";
118 compatible = "fixed-factor-clock";
[all …]
Ddm814x-clocks.dtsi187 compatible = "fixed-clock";
212 compatible = "fixed-clock";
219 compatible = "fixed-clock";
226 compatible = "fixed-clock";
232 compatible = "fixed-clock";
238 compatible = "fixed-clock";
244 compatible = "fixed-clock";
252 compatible = "fixed-factor-clock";
269 compatible = "fixed-factor-clock";
278 compatible = "ti,fixed-factor-clock";
[all …]
Darmada-388-gp.dts258 compatible = "regulator-fixed";
267 compatible = "regulator-fixed";
277 compatible = "regulator-fixed";
286 compatible = "regulator-fixed";
296 compatible = "regulator-fixed";
304 compatible = "regulator-fixed";
313 compatible = "regulator-fixed";
322 compatible = "regulator-fixed";
330 compatible = "regulator-fixed";
338 compatible = "regulator-fixed";
[all …]
Dtegra30-cardhu-a02.dts20 compatible = "regulator-fixed";
31 compatible = "regulator-fixed";
42 compatible = "regulator-fixed";
53 compatible = "regulator-fixed";
64 compatible = "regulator-fixed";
73 compatible = "regulator-fixed";
/linux-5.19.10/arch/arm64/boot/dts/arm/
Djuno-clocks.dtsi10 /* SoC fixed clocks */
12 compatible = "fixed-clock";
19 compatible = "fixed-clock";
26 compatible = "fixed-clock";
33 compatible = "fixed-clock";
40 compatible = "fixed-clock";
/linux-5.19.10/arch/arm64/boot/dts/renesas/
Daistarvision-mipi-adapter-2.1.dtsi10 compatible = "regulator-fixed";
18 compatible = "regulator-fixed";
26 compatible = "regulator-fixed";
34 compatible = "regulator-fixed";
42 compatible = "regulator-fixed";
50 compatible = "regulator-fixed";
58 compatible = "fixed-clock";
/linux-5.19.10/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c196 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
225 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
226 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
229 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
238 in_out_vrr->fixed.ramping_active = false; in update_v_total_for_static_ramp()
239 in_out_vrr->fixed.ramping_done = true; in update_v_total_for_static_ramp()
242 in_out_vrr->fixed.target_refresh_in_uhz); in update_v_total_for_static_ramp()
426 if (in_out_vrr->fixed.fixed_active) { in apply_fixed_refresh()
427 in_out_vrr->fixed.frame_counter++; in apply_fixed_refresh()
429 if (in_out_vrr->fixed.frame_counter > in apply_fixed_refresh()
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/mtd/partitions/
Dfixed-partitions.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/fixed-partitions.yaml#
23 - const: fixed-partitions
26 - const: fixed-partitions
62 compatible = "fixed-partitions";
79 compatible = "fixed-partitions";
92 compatible = "fixed-partitions";
111 compatible = "fixed-partitions";
128 compatible = "fixed-partitions";
149 compatible = "sercomm,sc-partitions", "fixed-partitions";
/linux-5.19.10/Documentation/devicetree/bindings/clock/
Dnuvoton,npcm750-clk.txt8 There are six fixed clocks that are generated outside the BMC. All clocks are of
9 a known fixed value that cannot be changed. clk_refclk, clk_mcbypck and
44 compatible = "fixed-clock";
52 compatible = "fixed-clock";
60 compatible = "fixed-clock";
68 compatible = "fixed-clock";
76 compatible = "fixed-clock";
83 compatible = "fixed-clock";
91 clock controller and a fixed clock from DT (clk_rg1refck).
Dfixed-mmio-clock.yaml4 $id: http://devicetree.org/schemas/clock/fixed-mmio-clock.yaml#
7 title: Binding for simple memory mapped IO fixed-rate clock sources
10 This binding describes a fixed-rate clock for which the frequency can
21 const: fixed-mmio-clock
42 compatible = "fixed-mmio-clock";
/linux-5.19.10/Documentation/devicetree/bindings/clock/ti/
Dfixed-factor-clock.txt1 Binding for TI fixed factor rate clock sources.
12 - compatible : shall be "ti,fixed-factor-clock".
14 - ti,clock-div: fixed divider.
15 - ti,clock-mult: fixed multiplier.
28 compatible = "ti,fixed-factor-clock";
37 compatible = "ti,fixed-factor-clock";
/linux-5.19.10/scripts/
Dcheckpatch.pl1224 my @fixed = ();
1302 @fixed = ();
2664 push(@fixed, $rawline) if ($fix);
2997 $fixed[$fixlinenr] =~ s/$sign_off/$suggested_signature/;
3005 $fixed[$fixlinenr] =
3013 $fixed[$fixlinenr] =
3022 $fixed[$fixlinenr] =
3042 $fixed[$fixlinenr] =~ s/\Q$email\E/$suggested_email/;
3053 $fixed[$fixlinenr] =~ s/\Q$email_address\E/$stripped_address/;
3088 $fixed[$fixlinenr] =~ s/\Q$email\E/$new_email/;
[all …]

12345678910>>...86