Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/clk/qcom/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 754 B image not shown  

Quelle  clk-hfpll.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __QCOM_CLK_HFPLL_H__
#define __QCOM_CLK_HFPLL_H__

#include <linux/clk-provider.h>
#include <linux/spinlock.h>
#include "clk-regmap.h"

struct hfpll_data {
 u32 mode_reg;
 u32 l_reg;
 u32 m_reg;
 u32 n_reg;
 u32 user_reg;
 u32 droop_reg;
 u32 config_reg;
 u32 status_reg;
 u8  lock_bit;

 u32 l_val;
 u32 droop_val;
 u32 config_val;
 u32 user_val;
 u32 user_vco_mask;
 unsigned long low_vco_max_rate;

 unsigned long min_rate;
 unsigned long max_rate;
};

struct clk_hfpll {
 struct hfpll_data const *d;
 int init_done;

 struct clk_regmap clkr;
 spinlock_t lock;
};

#define to_clk_hfpll(_hw) \
 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)

extern const struct clk_ops clk_ops_hfpll;

#endif

Messung V0.5
C=97 H=100 G=98

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.