Searched refs:bclk (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/adc/ |
| A D | stm32-adc-core.c | 70 if (!clk_valid(&common->bclk)) { in stm32h7_adc_clk_sel() 105 rate = clk_get_rate(&common->bclk); in stm32h7_adc_clk_sel() 175 ret = clk_get_by_name(dev, "bus", &common->bclk); in stm32_adc_core_probe() 177 ret = clk_enable(&common->bclk); in stm32_adc_core_probe() 191 if (clk_valid(&common->bclk)) in stm32_adc_core_probe() 192 clk_disable(&common->bclk); in stm32_adc_core_probe()
|
| A D | stm32-adc-core.h | 46 struct clk bclk; member
|
| /u-boot/arch/x86/cpu/baytrail/ |
| A D | cpu.c | 145 ulong bclk = bus_freq(); in tsc_freq() local 147 if (!bclk) in tsc_freq() 152 return bclk * ((platform_info.lo >> 8) & 0xff); in tsc_freq()
|
| /u-boot/drivers/video/tegra20/ |
| A D | tegra-dsi.c | 507 unsigned long bclk, in tegra_dsi_set_timeout() argument 514 timeout = (bclk / vrefresh) / 512; in tegra_dsi_set_timeout() 519 timeout = 2 * bclk / 512 * 1000; in tegra_dsi_set_timeout() 665 unsigned long bclk, plld, period; in tegra_dsi_encoder_enable() local 677 bclk = (timing->pixelclock.typ * mul) / (div * device->lanes); in tegra_dsi_encoder_enable() 679 tegra_dsi_set_timeout(&priv->dsi->timeout, bclk, 60); in tegra_dsi_encoder_enable() 684 plld = DIV_ROUND_UP(bclk * 8, USEC_PER_SEC) * USEC_PER_SEC; in tegra_dsi_encoder_enable() 750 unsigned long bclk, plld; in tegra_dsi_init_clocks() local 754 bclk = (priv->timing.pixelclock.typ * mul) / in tegra_dsi_init_clocks() 757 plld = DIV_ROUND_UP(bclk * 8, USEC_PER_SEC); in tegra_dsi_init_clocks()
|
| /u-boot/arch/x86/cpu/intel_common/ |
| A D | cpu.c | 121 int cpu_intel_get_info(struct cpu_info *info, int bclk) in cpu_intel_get_info() argument 126 info->cpu_freq = ((msr.lo >> 8) & 0xff) * bclk * 1000000; in cpu_intel_get_info()
|
| /u-boot/drivers/sound/ |
| A D | wm8994.c | 286 int bclk = 0; in wm8994_hw_params() local 382 bclk |= best << WM8994_AIF1_BCLK_DIV_SHIFT; in wm8994_hw_params() 400 bclk); in wm8994_hw_params() 404 debug("rate vale = %x , bclk val= %x\n", rate_val, bclk); in wm8994_hw_params()
|
| /u-boot/arch/riscv/dts/ |
| A D | jh7110.dtsi | 202 i2stx_bclk_ext: i2stx-bclk-ext-clock { 214 i2srx_bclk_ext: i2srx-bclk-ext-clock {
|
Completed in 18 milliseconds