Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.17.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * This header provides constants for Cadence SERDES.
 4 */
 5
 6#ifndef _DT_BINDINGS_CADENCE_SERDES_H
 7#define _DT_BINDINGS_CADENCE_SERDES_H
 8
 9/* Torrent */
10#define TORRENT_SERDES_NO_SSC		0
11#define TORRENT_SERDES_EXTERNAL_SSC	1
12#define TORRENT_SERDES_INTERNAL_SSC	2
13
14#define CDNS_TORRENT_REFCLK_DRIVER      0
15
16/* Sierra */
17#define CDNS_SIERRA_PLL_CMNLC		0
18#define CDNS_SIERRA_PLL_CMNLC1		1
19
20#endif /* _DT_BINDINGS_CADENCE_SERDES_H */