bcm2835.h (597473720f4dc69749542bfcfed4a927a43d935e) bcm2835.h (80766f87263c527b6c66a297e8d9c1d961d37eba)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2015 Broadcom Corporation
4 */
5
6#define BCM2835_PLLA 0
7#define BCM2835_PLLB 1
8#define BCM2835_PLLC 2

--- 44 unchanged lines hidden (view full) ---

53#define BCM2835_CLOCK_TEC 43
54#define BCM2835_CLOCK_DPI 44
55#define BCM2835_CLOCK_CAM0 45
56#define BCM2835_CLOCK_CAM1 46
57#define BCM2835_CLOCK_DSI0E 47
58#define BCM2835_CLOCK_DSI1E 48
59#define BCM2835_CLOCK_DSI0P 49
60#define BCM2835_CLOCK_DSI1P 50
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2015 Broadcom Corporation
4 */
5
6#define BCM2835_PLLA 0
7#define BCM2835_PLLB 1
8#define BCM2835_PLLC 2

--- 44 unchanged lines hidden (view full) ---

53#define BCM2835_CLOCK_TEC 43
54#define BCM2835_CLOCK_DPI 44
55#define BCM2835_CLOCK_CAM0 45
56#define BCM2835_CLOCK_CAM1 46
57#define BCM2835_CLOCK_DSI0E 47
58#define BCM2835_CLOCK_DSI1E 48
59#define BCM2835_CLOCK_DSI0P 49
60#define BCM2835_CLOCK_DSI1P 50
61
62#define BCM2711_CLOCK_EMMC2 51