~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/dt-bindings/clock/bcm2835.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/dt-bindings/clock/bcm2835.h (Version linux-6.12-rc7) and /include/dt-bindings/clock/bcm2835.h (Version linux-4.9.337)


  1 /* SPDX-License-Identifier: GPL-2.0 */         << 
  2 /*                                                  1 /*
  3  * Copyright (C) 2015 Broadcom Corporation          2  * Copyright (C) 2015 Broadcom Corporation
                                                   >>   3  *
                                                   >>   4  * This program is free software; you can redistribute it and/or
                                                   >>   5  * modify it under the terms of the GNU General Public License as
                                                   >>   6  * published by the Free Software Foundation version 2.
                                                   >>   7  *
                                                   >>   8  * This program is distributed "as is" WITHOUT ANY WARRANTY of any
                                                   >>   9  * kind, whether express or implied; without even the implied warranty
                                                   >>  10  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                                                   >>  11  * GNU General Public License for more details.
  4  */                                                12  */
  5                                                    13 
  6 #define BCM2835_PLLA                    0          14 #define BCM2835_PLLA                    0
  7 #define BCM2835_PLLB                    1          15 #define BCM2835_PLLB                    1
  8 #define BCM2835_PLLC                    2          16 #define BCM2835_PLLC                    2
  9 #define BCM2835_PLLD                    3          17 #define BCM2835_PLLD                    3
 10 #define BCM2835_PLLH                    4          18 #define BCM2835_PLLH                    4
 11                                                    19 
 12 #define BCM2835_PLLA_CORE               5          20 #define BCM2835_PLLA_CORE               5
 13 #define BCM2835_PLLA_PER                6          21 #define BCM2835_PLLA_PER                6
 14 #define BCM2835_PLLB_ARM                7          22 #define BCM2835_PLLB_ARM                7
 15 #define BCM2835_PLLC_CORE0              8          23 #define BCM2835_PLLC_CORE0              8
 16 #define BCM2835_PLLC_CORE1              9          24 #define BCM2835_PLLC_CORE1              9
 17 #define BCM2835_PLLC_CORE2              10         25 #define BCM2835_PLLC_CORE2              10
 18 #define BCM2835_PLLC_PER                11         26 #define BCM2835_PLLC_PER                11
 19 #define BCM2835_PLLD_CORE               12         27 #define BCM2835_PLLD_CORE               12
 20 #define BCM2835_PLLD_PER                13         28 #define BCM2835_PLLD_PER                13
 21 #define BCM2835_PLLH_RCAL               14         29 #define BCM2835_PLLH_RCAL               14
 22 #define BCM2835_PLLH_AUX                15         30 #define BCM2835_PLLH_AUX                15
 23 #define BCM2835_PLLH_PIX                16         31 #define BCM2835_PLLH_PIX                16
 24                                                    32 
 25 #define BCM2835_CLOCK_TIMER             17         33 #define BCM2835_CLOCK_TIMER             17
 26 #define BCM2835_CLOCK_OTP               18         34 #define BCM2835_CLOCK_OTP               18
 27 #define BCM2835_CLOCK_UART              19         35 #define BCM2835_CLOCK_UART              19
 28 #define BCM2835_CLOCK_VPU               20         36 #define BCM2835_CLOCK_VPU               20
 29 #define BCM2835_CLOCK_V3D               21         37 #define BCM2835_CLOCK_V3D               21
 30 #define BCM2835_CLOCK_ISP               22         38 #define BCM2835_CLOCK_ISP               22
 31 #define BCM2835_CLOCK_H264              23         39 #define BCM2835_CLOCK_H264              23
 32 #define BCM2835_CLOCK_VEC               24         40 #define BCM2835_CLOCK_VEC               24
 33 #define BCM2835_CLOCK_HSM               25         41 #define BCM2835_CLOCK_HSM               25
 34 #define BCM2835_CLOCK_SDRAM             26         42 #define BCM2835_CLOCK_SDRAM             26
 35 #define BCM2835_CLOCK_TSENS             27         43 #define BCM2835_CLOCK_TSENS             27
 36 #define BCM2835_CLOCK_EMMC              28         44 #define BCM2835_CLOCK_EMMC              28
 37 #define BCM2835_CLOCK_PERI_IMAGE        29         45 #define BCM2835_CLOCK_PERI_IMAGE        29
 38 #define BCM2835_CLOCK_PWM               30         46 #define BCM2835_CLOCK_PWM               30
 39 #define BCM2835_CLOCK_PCM               31         47 #define BCM2835_CLOCK_PCM               31
 40                                                    48 
 41 #define BCM2835_PLLA_DSI0               32         49 #define BCM2835_PLLA_DSI0               32
 42 #define BCM2835_PLLA_CCP2               33         50 #define BCM2835_PLLA_CCP2               33
 43 #define BCM2835_PLLD_DSI0               34         51 #define BCM2835_PLLD_DSI0               34
 44 #define BCM2835_PLLD_DSI1               35         52 #define BCM2835_PLLD_DSI1               35
 45                                                    53 
 46 #define BCM2835_CLOCK_AVEO              36         54 #define BCM2835_CLOCK_AVEO              36
 47 #define BCM2835_CLOCK_DFT               37         55 #define BCM2835_CLOCK_DFT               37
 48 #define BCM2835_CLOCK_GP0               38         56 #define BCM2835_CLOCK_GP0               38
 49 #define BCM2835_CLOCK_GP1               39         57 #define BCM2835_CLOCK_GP1               39
 50 #define BCM2835_CLOCK_GP2               40         58 #define BCM2835_CLOCK_GP2               40
 51 #define BCM2835_CLOCK_SLIM              41         59 #define BCM2835_CLOCK_SLIM              41
 52 #define BCM2835_CLOCK_SMI               42         60 #define BCM2835_CLOCK_SMI               42
 53 #define BCM2835_CLOCK_TEC               43         61 #define BCM2835_CLOCK_TEC               43
 54 #define BCM2835_CLOCK_DPI               44         62 #define BCM2835_CLOCK_DPI               44
 55 #define BCM2835_CLOCK_CAM0              45         63 #define BCM2835_CLOCK_CAM0              45
 56 #define BCM2835_CLOCK_CAM1              46         64 #define BCM2835_CLOCK_CAM1              46
 57 #define BCM2835_CLOCK_DSI0E             47         65 #define BCM2835_CLOCK_DSI0E             47
 58 #define BCM2835_CLOCK_DSI1E             48         66 #define BCM2835_CLOCK_DSI1E             48
 59 #define BCM2835_CLOCK_DSI0P             49     << 
 60 #define BCM2835_CLOCK_DSI1P             50     << 
 61                                                << 
 62 #define BCM2711_CLOCK_EMMC2             51     << 
 63                                                    67 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php