Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 25 of 124) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/clk/at91/
Dsckc.c70 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_prepare() local
71 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_prepare()
74 if (tmp & (osc->bits->cr_osc32byp | osc->bits->cr_osc32en)) in clk_slow_osc_prepare()
77 writel(tmp | osc->bits->cr_osc32en, sckcr); in clk_slow_osc_prepare()
80 udelay(osc->startup_usec); in clk_slow_osc_prepare()
82 usleep_range(osc->startup_usec, osc->startup_usec + 1); in clk_slow_osc_prepare()
89 struct clk_slow_osc *osc = to_clk_slow_osc(hw); in clk_slow_osc_unprepare() local
90 void __iomem *sckcr = osc->sckcr; in clk_slow_osc_unprepare()
93 if (tmp & osc->bits->cr_osc32byp) in clk_slow_osc_unprepare()
96 writel(tmp & ~osc->bits->cr_osc32en, sckcr); in clk_slow_osc_unprepare()
[all …]
Dclk-main.c70 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_prepare() local
71 struct regmap *regmap = osc->regmap; in clk_main_osc_prepare()
93 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_unprepare() local
94 struct regmap *regmap = osc->regmap; in clk_main_osc_unprepare()
110 struct clk_main_osc *osc = to_clk_main_osc(hw); in clk_main_osc_is_prepared() local
111 struct regmap *regmap = osc->regmap; in clk_main_osc_is_prepared()
135 struct clk_main_osc *osc; in at91_clk_register_main_osc() local
143 osc = kzalloc(sizeof(*osc), GFP_KERNEL); in at91_clk_register_main_osc()
144 if (!osc) in at91_clk_register_main_osc()
153 osc->hw.init = &init; in at91_clk_register_main_osc()
[all …]
/kernel/linux/linux-5.10/drivers/clk/versatile/
Dclk-vexpress-osc.c23 #define to_vexpress_osc(osc) container_of(osc, struct vexpress_osc, hw) argument
28 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_recalc_rate() local
31 regmap_read(osc->reg, 0, &rate); in vexpress_osc_recalc_rate()
39 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_round_rate() local
41 if (osc->rate_min && rate < osc->rate_min) in vexpress_osc_round_rate()
42 rate = osc->rate_min; in vexpress_osc_round_rate()
44 if (osc->rate_max && rate > osc->rate_max) in vexpress_osc_round_rate()
45 rate = osc->rate_max; in vexpress_osc_round_rate()
53 struct vexpress_osc *osc = to_vexpress_osc(hw); in vexpress_osc_set_rate() local
55 return regmap_write(osc->reg, 0, rate); in vexpress_osc_set_rate()
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-clock.dtsi35 osc: oscillator { label
44 clocks = <&osc>;
54 clocks = <&osc>;
66 clocks = <&osc>;
78 clocks = <&osc>;
88 clocks = <&osc>;
100 clocks = <&osc>;
110 clocks = <&osc>;
121 clocks = <&osc>;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm-cygnus-clock.dtsi38 osc: oscillator { label
48 clocks = <&osc>;
74 clocks = <&osc>;
101 clocks = <&osc>;
110 clocks = <&osc>;
121 clocks = <&osc>;
129 clocks = <&osc>;
Dvexpress-v2p-ca5s.dts149 compatible = "arm,vexpress-osc";
158 compatible = "arm,vexpress-osc";
167 compatible = "arm,vexpress-osc";
176 compatible = "arm,vexpress-osc";
185 compatible = "arm,vexpress-osc";
194 compatible = "arm,vexpress-osc";
Dvexpress-v2p-ca15-tc1.dts147 compatible = "arm,vexpress-osc";
156 compatible = "arm,vexpress-osc";
165 compatible = "arm,vexpress-osc";
174 compatible = "arm,vexpress-osc";
183 compatible = "arm,vexpress-osc";
192 compatible = "arm,vexpress-osc";
Decx-common.dtsi139 osc: oscillator { label
148 clocks = <&osc>;
155 clocks = <&osc>;
176 clocks = <&osc>;
Dvexpress-v2p-ca15_a7.dts258 compatible = "arm,vexpress-osc";
267 compatible = "arm,vexpress-osc";
276 compatible = "arm,vexpress-osc";
285 compatible = "arm,vexpress-osc";
294 compatible = "arm,vexpress-osc";
303 compatible = "arm,vexpress-osc";
312 compatible = "arm,vexpress-osc";
321 compatible = "arm,vexpress-osc";
330 compatible = "arm,vexpress-osc";
/kernel/linux/linux-5.10/arch/xtensa/boot/dts/
Dxtfpga.dtsi23 clocks = <&osc>;
51 osc: main-oscillator { label
66 clocks = <&osc>;
75 clocks = <&osc>;
95 clocks = <&osc>;
Dcsp.dts35 osc: main-oscillator { label
49 clocks = <&osc>, <&osc>;
Dvirt.dts25 clocks = <&osc>;
30 osc: osc { label
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-rs5c372.c322 static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) in rs5c372_get_trim() argument
327 if (osc) in rs5c372_get_trim()
328 *osc = (tmp & RS5C372_TRIM_XSL) ? 32000 : 32768; in rs5c372_get_trim()
472 int err, osc, trim; in rs5c372_rtc_proc() local
474 err = rs5c372_get_trim(to_i2c_client(dev), &osc, &trim); in rs5c372_rtc_proc()
477 osc / 1000, osc % 1000); in rs5c372_rtc_proc()
515 int err, osc; in rs5c372_sysfs_show_osc() local
517 err = rs5c372_get_trim(to_i2c_client(dev), &osc, NULL); in rs5c372_sysfs_show_osc()
521 return sprintf(buf, "%d.%03d KHz\n", osc / 1000, osc % 1000); in rs5c372_sysfs_show_osc()
523 static DEVICE_ATTR(osc, S_IRUGO, rs5c372_sysfs_show_osc, NULL);
/kernel/linux/linux-5.10/arch/arm64/boot/dts/broadcom/northstar2/
Dns2-clock.dtsi35 osc: oscillator { label
47 clocks = <&osc>;
60 clocks = <&osc>;
74 clocks = <&osc>;
102 clocks = <&osc>;
/kernel/linux/linux-5.10/drivers/clk/tegra/
Dclk-tegra-fixed.c30 struct clk *clk, *osc; in tegra_osc_clk_init() local
53 osc = clk_register_fixed_rate(NULL, "osc", NULL, 0, *osc_freq); in tegra_osc_clk_init()
54 *dt_clk = osc; in tegra_osc_clk_init()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dvexpress-sysreg.txt73 "arm,vexpress-osc"
84 - second cell of each group defines device number (eg. osc 0,
85 osc 1 etc.)
94 osc@0 {
95 compatible = "arm,vexpress-osc";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dnvidia,tegra114-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dnvidia,tegra30-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dnvidia,tegra20-car.txt13 the 32 KHz "32k_in", and the board-specific oscillator "osc".
45 osc: clock@0 {
61 clocks = <&clk_32k> <&osc>;
Dclock-bindings.txt83 clocks = <&osc 1>, <&ref 0>;
89 The baud clock is connected to output 1 of the &osc device, and the register
95 osc: oscillator {
99 clock-output-names = "osc";
107 clocks = <&osc 0>;
120 clocks = <&osc 0>, <&pll 1>;
128 * The oscillator is fixed-frequency, and provides one clock output, named "osc".
153 clocks = <&osc 0>, <&pll 1>;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/synaptics/
Dberlin4ct.dtsi82 osc: osc { label
244 clocks = <&osc>;
251 clocks = <&osc>;
258 clocks = <&osc>;
296 clocks = <&osc>;
/kernel/linux/linux-5.10/drivers/char/hw_random/
Dmxc-rnga.c102 u32 ctrl, osc; in mxc_rnga_init() local
110 osc = __raw_readl(mxc_rng->mem + RNGA_STATUS); in mxc_rnga_init()
111 if (osc & RNGA_STATUS_OSC_DEAD) { in mxc_rnga_init()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-miphy28lp.txt34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This
37 - st,osc-force-ext : to select the external oscillator. This can change from
65 st,osc-rdy;
81 st,osc-force-ext;
/kernel/linux/linux-5.10/arch/arm64/boot/dts/bitmain/
Dbm1880.dtsi70 osc: osc { label
108 clocks = <&osc>;
109 clock-names = "osc";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Dmaxim,max310x.txt15 "osc" if an external clock source is used.
42 clock-names = "osc";

12345