arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/exynos/axis/artpec-pinctrl.h
Extension
.h
Size
1082 bytes
Lines
37
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 __DTS_ARM64_SAMSUNG_EXYNOS_AXIS_ARTPEC_PINCTRL_H__
#define __DTS_ARM64_SAMSUNG_EXYNOS_AXIS_ARTPEC_PINCTRL_H__

#define ARTPEC_PIN_PULL_NONE		0
#define ARTPEC_PIN_PULL_DOWN		1
#define ARTPEC_PIN_PULL_UP		3

#define ARTPEC_PIN_FUNC_INPUT		0
#define ARTPEC_PIN_FUNC_OUTPUT		1
#define ARTPEC_PIN_FUNC_2		2
#define ARTPEC_PIN_FUNC_3		3
#define ARTPEC_PIN_FUNC_4		4
#define ARTPEC_PIN_FUNC_5		5
#define ARTPEC_PIN_FUNC_6		6
#define ARTPEC_PIN_FUNC_EINT		0xf
#define ARTPEC_PIN_FUNC_F		ARTPEC_PIN_FUNC_EINT

/* Drive strength for ARTPEC */
#define ARTPEC_PIN_DRV_SR1		0x8
#define ARTPEC_PIN_DRV_SR2		0x9
#define ARTPEC_PIN_DRV_SR3		0xa
#define ARTPEC_PIN_DRV_SR4		0xb
#define ARTPEC_PIN_DRV_SR5		0xc
#define ARTPEC_PIN_DRV_SR6		0xd

#endif /* __DTS_ARM64_SAMSUNG_EXYNOS_AXIS_ARTPEC_PINCTRL_H__ */

Annotation

Implementation Notes