Home | History | Annotate | Line # | Download | only in mips
      1 /*	$NetBSD: lantiq_rcu_gphy.h,v 1.1.1.2 2020/01/03 14:33:04 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0-only */
      4 /*
      5  *
      6  *  Copyright (C) 2016 Martin Blumenstingl <martin.blumenstingl (at) googlemail.com>
      7  *  Copyright (C) 2017 Hauke Mehrtens <hauke (at) hauke-m.de>
      8  */
      9 #ifndef _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
     10 #define _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H
     11 
     12 #define GPHY_MODE_GE	1
     13 #define GPHY_MODE_FE	2
     14 
     15 #endif /* _DT_BINDINGS_MIPS_LANTIQ_RCU_GPHY_H */
     16