Searched full:clock1 (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | renesas,sdhi.yaml | 159 - description: IMCLK, SDHI channel main clock1. 161 4 times that of SDHI channel main clock1.
|
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | snps,dwc-ahci.yaml | 66 clocks = <&clock1>, <&clock2>;
|
| /linux/drivers/clk/x86/ |
| H A D | clk-fch.c | 19 /* Auxiliary clock1 enable bit */
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | fixed-regulator.yaml | 142 clocks = <&clock1>;
|
| /linux/sound/soc/codecs/ |
| H A D | wm8903.c | 1459 u16 clock1 = snd_soc_component_read(component, WM8903_CLOCK_RATES_1); in wm8903_hw_params() 1480 clock1 &= ~WM8903_SAMPLE_RATE_MASK; in wm8903_hw_params() 1481 clock1 |= sample_rates[dsp_config].value; in wm8903_hw_params() 1535 clock1 &= ~(WM8903_CLK_SYS_RATE_MASK | in wm8903_hw_params() 1537 clock1 |= clk_sys_ratios[clk_config].rate << WM8903_CLK_SYS_RATE_SHIFT; in wm8903_hw_params() 1538 clock1 |= clk_sys_ratios[clk_config].mode << WM8903_CLK_SYS_MODE_SHIFT; in wm8903_hw_params() 1576 snd_soc_component_write(component, WM8903_CLOCK_RATES_1, clock1); in wm8903_hw_params() 1457 u16 clock1 = snd_soc_component_read(component, WM8903_CLOCK_RATES_1); wm8903_hw_params() local
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | idt,versaclock5.yaml | 107 Description of one of the outputs (OUT1..OUT4). See "Clock1 Output
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_edid.c | 4337 unsigned int clock1, clock2; in drm_match_cea_mode_clock_tolerance() local 4342 clock1 = cea_mode.clock; in drm_match_cea_mode_clock_tolerance() 4345 if (abs(to_match->clock - clock1) > clock_tolerance && in drm_match_cea_mode_clock_tolerance() 4378 unsigned int clock1, clock2; in drm_match_cea_mode() local 4383 clock1 = cea_mode.clock; in drm_match_cea_mode() 4386 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && in drm_match_cea_mode() 4444 unsigned int clock1, clock2; in drm_match_hdmi_mode_clock_tolerance() local 4447 clock1 = hdmi_mode->clock; in drm_match_hdmi_mode_clock_tolerance() 4450 if (abs(to_match->clock - clock1) > clock_tolerance && in drm_match_hdmi_mode_clock_tolerance() 4482 unsigned int clock1, clock2; in drm_match_hdmi_mode() local [all …]
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 4815 bool intel_fuzzy_clock_check(int clock1, int clock2) in intel_fuzzy_clock_check() argument 4819 if (clock1 == clock2) in intel_fuzzy_clock_check() 4822 if (!clock1 || !clock2) in intel_fuzzy_clock_check() 4825 diff = abs(clock1 - clock2); in intel_fuzzy_clock_check() 4827 if (((((diff + clock1 + clock2) * 100)) / (clock1 + clock2)) < 105) in intel_fuzzy_clock_check()
|
| /linux/sound/ppc/ |
| H A D | snd_ps3_reg.h | 367 Sets the divide ration of Master Clock1 (clock output from
|