arch/arm/mach-omap2/prm-regbits-24xx.h
Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/prm-regbits-24xx.h
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/mach-omap2/prm-regbits-24xx.h- Extension
.h- Size
- 1303 bytes
- Lines
- 40
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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
prm2xxx.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_24XX_H
#define __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_24XX_H
/*
* OMAP24XX Power/Reset Management register bits
*
* Copyright (C) 2007 Texas Instruments, Inc.
* Copyright (C) 2007 Nokia Corporation
*
* Written by Paul Walmsley
*/
#include "prm2xxx.h"
#define OMAP24XX_EN_CORE_SHIFT 0
#define OMAP24XX_FORCESTATE_MASK (1 << 18)
#define OMAP24XX_AUTOIDLE_MASK (1 << 0)
#define OMAP24XX_AUTO_EXTVOLT_MASK (1 << 15)
#define OMAP24XX_SETOFF_LEVEL_SHIFT 12
#define OMAP24XX_MEMRETCTRL_MASK (1 << 8)
#define OMAP24XX_SETRET_LEVEL_SHIFT 6
#define OMAP24XX_VOLT_LEVEL_SHIFT 0
#define OMAP2420_CLKOUT2_EN_SHIFT 15
#define OMAP2420_CLKOUT2_DIV_SHIFT 11
#define OMAP2420_CLKOUT2_DIV_WIDTH 3
#define OMAP2420_CLKOUT2_SOURCE_MASK (0x3 << 8)
#define OMAP24XX_CLKOUT_EN_SHIFT 7
#define OMAP24XX_CLKOUT_DIV_SHIFT 3
#define OMAP24XX_CLKOUT_DIV_WIDTH 3
#define OMAP24XX_CLKOUT_SOURCE_MASK (0x3 << 0)
#define OMAP24XX_EMULATION_EN_SHIFT 0
#define OMAP2430_PM_WKDEP_MPU_EN_MDM_SHIFT 5
#define OMAP24XX_PM_WKDEP_MPU_EN_DSP_SHIFT 2
#define OMAP24XX_EXTWMPU_RST_SHIFT 6
#define OMAP24XX_SECU_WD_RST_SHIFT 5
#define OMAP24XX_MPU_WD_RST_SHIFT 4
#define OMAP24XX_SECU_VIOL_RST_SHIFT 3
#endif
Annotation
- Immediate include surface: `prm2xxx.h`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.