arch/arm64/boot/dts/rockchip/rk8xx.h

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/rockchip/rk8xx.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/rockchip/rk8xx.h
Extension
.h
Size
421 bytes
Lines
19
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.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _DT_MFD_ROCKCHIP_RK8XX_H
#define _DT_MFD_ROCKCHIP_RK8XX_H

/* For use with rockchip,reset-mode property */
#define RK806_RESTART		0
#define RK806_RESET		1
#define RK806_RESET_NOTIFY	2

#endif

Annotation

Implementation Notes