include/soc/rockchip/rk3399_grf.h

Source file repositories/reference/linux-study-clean/include/soc/rockchip/rk3399_grf.h

File Facts

System
Linux kernel
Corpus path
include/soc/rockchip/rk3399_grf.h
Extension
.h
Size
486 bytes
Lines
19
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __SOC_RK3399_GRF_H
#define __SOC_RK3399_GRF_H

/* PMU GRF Registers */
#define RK3399_PMUGRF_OS_REG2		0x308
#define RK3399_PMUGRF_OS_REG2_DDRTYPE		GENMASK(15, 13)
#define RK3399_PMUGRF_OS_REG2_BW_CH0		GENMASK(3, 2)
#define RK3399_PMUGRF_OS_REG2_BW_CH1		GENMASK(19, 18)

#endif

Annotation

Implementation Notes