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/clock/microchip,lan966x.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 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
    2 /*
    3  * Copyright (c) 2021 Microchip Inc.
    4  *
    5  * Author: Kavyasree Kotagiri <kavyasree.kotagiri@microchip.com>
    6  */
    7 
    8 #ifndef _DT_BINDINGS_CLK_LAN966X_H
    9 #define _DT_BINDINGS_CLK_LAN966X_H
   10 
   11 #define GCK_ID_QSPI0            0
   12 #define GCK_ID_QSPI1            1
   13 #define GCK_ID_QSPI2            2
   14 #define GCK_ID_SDMMC0           3
   15 #define GCK_ID_PI               4
   16 #define GCK_ID_MCAN0            5
   17 #define GCK_ID_MCAN1            6
   18 #define GCK_ID_FLEXCOM0         7
   19 #define GCK_ID_FLEXCOM1         8
   20 #define GCK_ID_FLEXCOM2         9
   21 #define GCK_ID_FLEXCOM3         10
   22 #define GCK_ID_FLEXCOM4         11
   23 #define GCK_ID_TIMER            12
   24 #define GCK_ID_USB_REFCLK       13
   25 
   26 /* Gate clocks */
   27 #define GCK_GATE_UHPHS          14
   28 #define GCK_GATE_UDPHS          15
   29 #define GCK_GATE_MCRAMC         16
   30 #define GCK_GATE_HMATRIX        17
   31 
   32 #define N_CLOCKS                18
   33 
   34 #endif

Cache object: 4c457bc931160e6b65f052d4be4241bd


[ 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.