arch/sh/include/cpu-sh2a/cpu/freq.h

Source file repositories/reference/linux-study-clean/arch/sh/include/cpu-sh2a/cpu/freq.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-sh2a/cpu/freq.h
Extension
.h
Size
242 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/sh
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ASM_CPU_SH2A_FREQ_H
#define __ASM_CPU_SH2A_FREQ_H

#define FREQCR	0xfffe0010

#endif /* __ASM_CPU_SH2A_FREQ_H */

Annotation

Implementation Notes