A small shared helper library for Analog Bits' Wide-Range PLL (WRPLL) IP block, which is licensed by chip designers and embedded inside SoCs such as the SiFive FU540 RISC-V processor. It provides math routines that the actual SoC clock drivers call to compute PLL settings.
This is not actually a driver directory; it is a utility library of exported helper functions used by other clock controller drivers to program Analog Bits WRPLL hardware. It does not bind to any device on its own and has no driver entry point, so it cannot be evaluated as a standalone driver.
repository signals
3files
376source lines
4commits, 5y
+15 / −3lines added / removed, 5y
4authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 4 total · active in 4/61 months
sources
No sources cited.
codex reasoning notes (technical)
Not a driver directory: contains a reusable Analog Bits WRPLL helper library exporting symbols for other clock/IP drivers, with no device binding or driver entrypoint.