File: qcom%2Cqcs615-videocc.h

package info (click to toggle)
linux 6.17.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,348 kB
  • sloc: ansic: 26,679,111; asm: 271,215; sh: 147,319; python: 75,916; makefile: 57,295; perl: 36,942; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (30 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
 * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_QCS615_H
#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_QCS615_H

/* VIDEO_CC clocks */
#define VIDEO_CC_SLEEP_CLK					0
#define VIDEO_CC_SLEEP_CLK_SRC					1
#define VIDEO_CC_VCODEC0_AXI_CLK				2
#define VIDEO_CC_VCODEC0_CORE_CLK				3
#define VIDEO_CC_VENUS_AHB_CLK					4
#define VIDEO_CC_VENUS_CLK_SRC					5
#define VIDEO_CC_VENUS_CTL_AXI_CLK				6
#define VIDEO_CC_VENUS_CTL_CORE_CLK				7
#define VIDEO_CC_XO_CLK						8
#define VIDEO_PLL0						9

/* VIDEO_CC power domains */
#define VCODEC0_GDSC						0
#define VENUS_GDSC						1

/* VIDEO_CC resets */
#define VIDEO_CC_INTERFACE_BCR					0
#define VIDEO_CC_VCODEC0_BCR					1
#define VIDEO_CC_VENUS_BCR					2

#endif