003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/include/dt-bindings/phy
usr
/
src
/
sys
/
contrib
/
device-tree
/
include
/
dt-bindings
/
phy
/
📁
..
📄
phy-am654-serdes.h
(308 B)
📄
phy-lantiq-vrx200-pcie.h
(373 B)
📄
phy-ocelot-serdes.h
(341 B)
📄
phy-pistachio-usb.h
(288 B)
📄
phy-qcom-qusb2.h
(1.19 KB)
📄
phy.h
(511 B)
Editing: phy-ocelot-serdes.h
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* Copyright (c) 2018 Microsemi Corporation */ #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
Upload File
Create Folder