drivers/clk/sunxi-ng/ccu-sun8i-r.h

Source file repositories/reference/linux-study-clean/drivers/clk/sunxi-ng/ccu-sun8i-r.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/sunxi-ng/ccu-sun8i-r.h
Extension
.h
Size
377 bytes
Lines
19
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

#ifndef _CCU_SUN8I_R_H
#define _CCU_SUN8I_R_H

#include <dt-bindings/clock/sun8i-r-ccu.h>
#include <dt-bindings/reset/sun8i-r-ccu.h>

/* AHB/APB bus clocks are not exported */
#define CLK_AHB0	1
#define CLK_APB0	2

#define CLK_NUMBER	(CLK_IR + 1)

#endif /* _CCU_SUN8I_R_H */

Annotation

Implementation Notes