Home | History | Annotate | Line # | Download | only in clk
      1  1.1  jmcneill /*	$NetBSD: versaclock.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill 
      5  1.1  jmcneill /* This file defines field values used by the versaclock 6 family
      6  1.1  jmcneill  * for defining output type
      7  1.1  jmcneill  */
      8  1.1  jmcneill 
      9  1.1  jmcneill #define VC5_LVPECL	0
     10  1.1  jmcneill #define VC5_CMOS	1
     11  1.1  jmcneill #define VC5_HCSL33	2
     12  1.1  jmcneill #define VC5_LVDS	3
     13  1.1  jmcneill #define VC5_CMOS2	4
     14  1.1  jmcneill #define VC5_CMOSD	5
     15  1.1  jmcneill #define VC5_HCSL25	6
     16