drivers/clk/samsung/clk-pll.h

Source file repositories/reference/linux-study-clean/drivers/clk/samsung/clk-pll.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/samsung/clk-pll.h
Extension
.h
Size
3084 bytes
Lines
146
Domain
Driver Families
Bucket
drivers/clk
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

struct samsung_pll_rate_table {
	unsigned int rate;
	unsigned int pdiv;
	unsigned int mdiv;
	unsigned int sdiv;
	unsigned int kdiv;
	unsigned int afc;
	unsigned int mfr;
	unsigned int mrr;
	unsigned int vsel;
};

#endif /* __SAMSUNG_CLK_PLL_H */

Annotation

Implementation Notes