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/sifive-fu740-prci.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 OR MIT) */
    2 /*
    3  * Copyright (C) 2019 SiFive, Inc.
    4  * Wesley Terpstra
    5  * Paul Walmsley
    6  * Zong Li
    7  */
    8 
    9 #ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H
   10 #define __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H
   11 
   12 /* Clock indexes for use by Device Tree data and the PRCI driver */
   13 
   14 #define FU740_PRCI_CLK_COREPLL          0
   15 #define FU740_PRCI_CLK_DDRPLL           1
   16 #define FU740_PRCI_CLK_GEMGXLPLL        2
   17 #define FU740_PRCI_CLK_DVFSCOREPLL      3
   18 #define FU740_PRCI_CLK_HFPCLKPLL        4
   19 #define FU740_PRCI_CLK_CLTXPLL          5
   20 #define FU740_PRCI_CLK_TLCLK            6
   21 #define FU740_PRCI_CLK_PCLK             7
   22 #define FU740_PRCI_CLK_PCIE_AUX         8
   23 
   24 #endif  /* __DT_BINDINGS_CLOCK_SIFIVE_FU740_PRCI_H */

Cache object: 638b2b529463b92a7348b6e982c34ff9


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