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