include/dt-bindings/reset/sun8i-v3s-ccu.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/reset/sun8i-v3s-ccu.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/reset/sun8i-v3s-ccu.h
Extension
.h
Size
2930 bytes
Lines
82
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 _DT_BINDINGS_RST_SUN8I_V3S_H_
#define _DT_BINDINGS_RST_SUN8I_V3S_H_

#define RST_USB_PHY0		0

#define RST_MBUS		1

#define RST_BUS_CE		5
#define RST_BUS_DMA		6
#define RST_BUS_MMC0		7
#define RST_BUS_MMC1		8
#define RST_BUS_MMC2		9
#define RST_BUS_DRAM		11
#define RST_BUS_EMAC		12
#define RST_BUS_HSTIMER		14
#define RST_BUS_SPI0		15
#define RST_BUS_OTG		17
#define RST_BUS_EHCI0		18
#define RST_BUS_OHCI0		22
#define RST_BUS_VE		26
#define RST_BUS_TCON0		27
#define RST_BUS_CSI		30
#define RST_BUS_DE		34
#define RST_BUS_DBG		38
#define RST_BUS_EPHY		39
#define RST_BUS_CODEC		40
#define RST_BUS_I2C0		46
#define RST_BUS_I2C1		47
#define RST_BUS_UART0		49
#define RST_BUS_UART1		50
#define RST_BUS_UART2		51

/* Reset lines not available on V3s */
#define RST_BUS_I2S0		52

#endif /* _DT_BINDINGS_RST_SUN8I_H3_H_ */

Annotation

Implementation Notes