Home
last modified time | relevance | path

Searched +full:si5351 +full:- +full:b (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/platform_data/
H A Dsi5351.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Si5351A/B/C programmable clock generator platform_data.
10 * enum si5351_pll_src - Si5351 pll clock source
22 * enum si5351_multisynth_src - Si5351 multisynth clock source
34 * enum si5351_clkout_src - Si5351 clock output clock source
51 * enum si5351_drive_strength - Si5351 clock output drive strength
67 * enum si5351_disable_state - Si5351 clock output disable state
84 * struct si5351_clkout_config - Si5351 clock output configuration
104 * struct si5351_platform_data - Platform data for the Si5351 clock driver
/linux/drivers/clk/
H A Dclk-si5351.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * clk-si5351.c: Skyworks / Silicon Labs Si5351A/B/C I2C Clock Generator
6 * Rabeeh Khoury <rabeeh@solid-run.com>
9 * [1] "Si5351A/B/C Data Sheet"
10 * https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf
11 * [2] "AN619: Manually Generating an Si5351 Register Map"
12 * https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/application-notes/AN619.pdf
18 #include <linux/clk-provider.h>
25 #include <linux/platform_data/si5351.h>
31 #include "clk-si5351.h"
[all …]
H A Dclk-si5351.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * clk-si5351.h: Skyworks / Silicon Labs Si5351A/B/C I2C Clock Generator
6 * Rabeeh Khoury <rabeeh@solid-run.com>
26 #define SI5351_PLL_B_MAX (SI5351_PLL_C_MAX-1)
31 #define SI5351_MULTISYNTH_B_MAX (SI5351_MULTISYNTH_C_MAX-1)
33 #define SI5351_MULTISYNTH_P1_MAX ((1<<18)-1)
34 #define SI5351_MULTISYNTH_P2_MAX ((1<<20)-1)
35 #define SI5351_MULTISYNTH_P3_MAX ((1<<20)-1)
153 * enum si5351_variant - SiLabs Si5351 chip variant
/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si5351.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/silabs,si5351.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Silicon Labs Si5351A/B/C programmable I2C clock generators
10 The Silicon Labs Si5351A/B/C are programmable I2C clock generators with up to
11 8 outputs. Si5351A also has a reduced pin-count package (10-MSOP) where only 3
15 [1] Si5351A/B/C Data Sheet
16 https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf
19 - Alvin Šipraga <alsi@bang-olufsen.dk>
[all …]