include/linux/platform_data/x86/amd-fch.h

Source file repositories/reference/linux-study-clean/include/linux/platform_data/x86/amd-fch.h

File Facts

System
Linux kernel
Corpus path
include/linux/platform_data/x86/amd-fch.h
Extension
.h
Size
349 bytes
Lines
14
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_X86_AMD_FCH_H_
#define _ASM_X86_AMD_FCH_H_

#define FCH_PM_BASE			0xFED80300

/* Register offsets from PM base: */
#define FCH_PM_DECODEEN			0x00
#define FCH_PM_DECODEEN_SMBUS0SEL	GENMASK(20, 19)
#define FCH_PM_SCRATCH			0x80
#define FCH_PM_S5_RESET_STATUS		0xC0

#endif /* _ASM_X86_AMD_FCH_H_ */

Annotation

Implementation Notes