include/soc/rockchip/rockchip_grf.h

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

File Facts

System
Linux kernel
Corpus path
include/soc/rockchip/rockchip_grf.h
Extension
.h
Size
409 bytes
Lines
20
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_ROCKCHIP_GRF_H
#define __SOC_ROCKCHIP_GRF_H

/* Rockchip DDRTYPE defines */
enum {
	ROCKCHIP_DDRTYPE_DDR3	= 3,
	ROCKCHIP_DDRTYPE_LPDDR2	= 5,
	ROCKCHIP_DDRTYPE_LPDDR3	= 6,
	ROCKCHIP_DDRTYPE_LPDDR4	= 7,
	ROCKCHIP_DDRTYPE_LPDDR4X = 8,
	ROCKCHIP_DDRTYPE_LPDDR5	= 9,
};

#endif /* __SOC_ROCKCHIP_GRF_H */

Annotation

Implementation Notes