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

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

File Facts

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

#define SERDES1G(x)	(x)
#define SERDES1G_MAX	SERDES1G(5)
#define SERDES6G(x)	(SERDES1G_MAX + 1 + (x))
#define SERDES6G_MAX	SERDES6G(2)
#define SERDES_MAX	(SERDES6G_MAX + 1)

#endif

Annotation

Implementation Notes