The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/net/mscc-phy-vsc8531.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  * Device Tree constants for Microsemi VSC8531 PHY
    3  *
    4  * Author: Nagaraju Lakkaraju
    5  *
    6  * License: Dual MIT/GPL
    7  * Copyright (c) 2017 Microsemi Corporation
    8  */
    9 
   10 #ifndef _DT_BINDINGS_MSCC_VSC8531_H
   11 #define _DT_BINDINGS_MSCC_VSC8531_H
   12 
   13 /* PHY LED Modes */
   14 #define VSC8531_LINK_ACTIVITY           0
   15 #define VSC8531_LINK_1000_ACTIVITY      1
   16 #define VSC8531_LINK_100_ACTIVITY       2
   17 #define VSC8531_LINK_10_ACTIVITY        3
   18 #define VSC8531_LINK_100_1000_ACTIVITY  4
   19 #define VSC8531_LINK_10_1000_ACTIVITY   5
   20 #define VSC8531_LINK_10_100_ACTIVITY    6
   21 #define VSC8584_LINK_100FX_1000X_ACTIVITY       7
   22 #define VSC8531_DUPLEX_COLLISION        8
   23 #define VSC8531_COLLISION               9
   24 #define VSC8531_ACTIVITY                10
   25 #define VSC8584_100FX_1000X_ACTIVITY    11
   26 #define VSC8531_AUTONEG_FAULT           12
   27 #define VSC8531_SERIAL_MODE             13
   28 #define VSC8531_FORCE_LED_OFF           14
   29 #define VSC8531_FORCE_LED_ON            15
   30 
   31 #endif

Cache object: 197365a2ed9e71e2372bec4343109d87


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.