include/dt-bindings/phy/phy-lan966x-serdes.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/phy/phy-lan966x-serdes.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/phy/phy-lan966x-serdes.h
Extension
.h
Size
341 bytes
Lines
15
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 __PHY_LAN966X_SERDES_H__
#define __PHY_LAN966X_SERDES_H__

#define CU(x)		(x)
#define CU_MAX		CU(2)
#define SERDES6G(x)	(CU_MAX + 1 + (x))
#define SERDES6G_MAX	SERDES6G(3)
#define RGMII(x)	(SERDES6G_MAX + 1 + (x))
#define RGMII_MAX	RGMII(2)
#define SERDES_MAX	(RGMII_MAX + 1)

#endif

Annotation

Implementation Notes