arch/arm64/boot/dts/freescale/imx952-power.h
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx952-power.h
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx952-power.h- Extension
.h- Size
- 1042 bytes
- Lines
- 45
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: implementation source
- Status
- source implementation candidate
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __IMX952_POWER_H__
#define __IMX952_POWER_H__
#define IMX952_PD_ANA 0
#define IMX952_PD_AON 1
#define IMX952_PD_BBSM 2
#define IMX952_PD_CAMERA 3
#define IMX952_PD_CCMSRCGPC 4
#define IMX952_PD_A55C0 5
#define IMX952_PD_A55C1 6
#define IMX952_PD_A55C2 7
#define IMX952_PD_A55C3 8
#define IMX952_PD_A55P 9
#define IMX952_PD_DDR 10
#define IMX952_PD_DISPLAY 11
#define IMX952_PD_GPU 12
#define IMX952_PD_HSIO_TOP 13
#define IMX952_PD_HSIO_WAON 14
#define IMX952_PD_M7 15
#define IMX952_PD_NETC 16
#define IMX952_PD_NOC 17
#define IMX952_PD_NPU 18
#define IMX952_PD_VPU 19
#define IMX952_PD_WAKEUP 20
#define IMX952_PERF_M33 0
#define IMX952_PERF_WAKEUP 1
#define IMX952_PERF_M7 2
#define IMX952_PERF_DRAM 3
#define IMX952_PERF_HSIO 4
#define IMX952_PERF_NPU 5
#define IMX952_PERF_NOC 6
#define IMX952_PERF_A55 7
#define IMX952_PERF_GPU 8
#define IMX952_PERF_VPU 9
#define IMX952_PERF_CAM 10
#define IMX952_PERF_DISP 11
#endif
Annotation
- Atlas domain: Architecture Layer / arch/arm64.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.