Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.12-rc5 13 lines 339 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * This header provides constants for Cadence Torrent SERDES. 4 */ 5 6#ifndef _DT_BINDINGS_TORRENT_SERDES_H 7#define _DT_BINDINGS_TORRENT_SERDES_H 8 9#define TORRENT_SERDES_NO_SSC 0 10#define TORRENT_SERDES_EXTERNAL_SSC 1 11#define TORRENT_SERDES_INTERNAL_SSC 2 12 13#endif /* _DT_BINDINGS_TORRENT_SERDES_H */