Searched full:clkmgr (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/arm64/boot/dts/intel/ |
| H A D | socfpga_agilex.dtsi | 166 clkmgr: clock-controller@ffd10000 { label 167 compatible = "intel,agilex-clkmgr"; 186 clocks = <&clkmgr AGILEX_EMAC0_CLK>, <&clkmgr AGILEX_EMAC_PTP_CLK>; 204 clocks = <&clkmgr AGILEX_EMAC1_CLK>, <&clkmgr AGILEX_EMAC_PTP_CLK>; 222 clocks = <&clkmgr AGILEX_EMAC2_CLK>, <&clkmgr AGILEX_EMAC_PTP_CLK>; 274 clocks = <&clkmgr AGILEX_L4_SP_CLK>; 285 clocks = <&clkmgr AGILEX_L4_SP_CLK>; 296 clocks = <&clkmgr AGILEX_L4_SP_CLK>; 307 clocks = <&clkmgr AGILEX_L4_SP_CLK>; 318 clocks = <&clkmgr AGILEX_L4_SP_CLK>; [all …]
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | intel,agilex5-clkmgr.yaml | 4 $id: http://devicetree.org/schemas/clock/intel,agilex5-clkmgr.yaml# 18 const: intel,agilex5-clkmgr 35 clkmgr: clock-controller@10d10000 { 36 compatible = "intel,agilex5-clkmgr";
|
| H A D | intel,agilex.yaml | 18 const: intel,agilex-clkmgr 40 clkmgr: clock-controller@ffd10000 { 41 compatible = "intel,agilex-clkmgr";
|
| H A D | intel,easic-n5x.yaml | 18 const: intel,easic-n5x-clkmgr 40 clkmgr: clock-controller@ffd10000 { 41 compatible = "intel,easic-n5x-clkmgr";
|
| H A D | intel,stratix10.yaml | 14 const: intel,stratix10-clkmgr 32 compatible = "intel,stratix10-clkmgr";
|
| /linux/sound/soc/codecs/ |
| H A D | es8311.c | 529 unsigned int clkmgr = ES8311_CLKMGR1_MCLK_ON; in es8311_hw_params() local 540 clkmgr = ES8311_CLKMGR1_MCLK_SEL; in es8311_hw_params() 555 clkmgr |= ES8311_CLKMGR1_BCLK_ON; in es8311_hw_params() 556 snd_soc_component_update_bits(component, ES8311_CLKMGR1, mask, clkmgr); in es8311_hw_params() 583 clkmgr = (coeff.div - 1) << ES8311_CLKMGR2_DIV_PRE_SHIFT | in es8311_hw_params() 585 snd_soc_component_update_bits(component, ES8311_CLKMGR2, mask, clkmgr); in es8311_hw_params() 588 clkmgr = (coeff.div_adc_dac - 1) << ES8311_CLKMGR5_ADC_DIV_SHIFT | in es8311_hw_params() 590 snd_soc_component_update_bits(component, ES8311_CLKMGR5, mask, clkmgr); in es8311_hw_params() 600 clkmgr = (div_lrclk - 1) >> 8; in es8311_hw_params() 602 clkmgr); in es8311_hw_params() [all …]
|
| /linux/arch/arm64/boot/dts/altera/ |
| H A D | socfpga_stratix10_swvp.dts | 94 clocks = <&clkmgr STRATIX10_L4_MP_CLK>; 99 clocks = <&clkmgr STRATIX10_L4_MP_CLK>;
|
| /linux/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_arria5.dtsi | 13 clkmgr@ffd04000 {
|
| H A D | socfpga_cyclone5.dtsi | 13 clkmgr@ffd04000 {
|
| H A D | socfpga_vt.dts | 24 clkmgr@ffd04000 {
|
| H A D | socfpga_arria10_socdk.dtsi | 59 clkmgr@ffd04000 {
|
| /linux/drivers/clk/socfpga/ |
| H A D | clk-agilex5.c | 10 #include <dt-bindings/clock/intel,agilex5-clkmgr.h> 544 { .compatible = "intel,agilex5-clkmgr", .data = agilex5_clkmgr_init }, 551 .name = "agilex5-clkmgr",
|
| H A D | clk-agilex.c | 546 { .compatible = "intel,agilex-clkmgr", 548 { .compatible = "intel,easic-n5x-clkmgr", 556 .name = "agilex-clkmgr",
|
| H A D | clk-s10.c | 433 { .compatible = "intel,stratix10-clkmgr", 441 .name = "stratix10-clkmgr",
|