File: ingenic%2Cjz4725b-cgu.h

package info (click to toggle)
linux 6.17.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,616 kB
  • sloc: ansic: 26,679,265; asm: 271,190; sh: 147,381; python: 75,918; 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 (36 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (34)
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
31
32
33
34
35
36
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * This header provides clock numbers for the ingenic,jz4725b-cgu DT binding.
 */

#ifndef __DT_BINDINGS_CLOCK_JZ4725B_CGU_H__
#define __DT_BINDINGS_CLOCK_JZ4725B_CGU_H__

#define JZ4725B_CLK_EXT		0
#define JZ4725B_CLK_OSC32K	1
#define JZ4725B_CLK_PLL		2
#define JZ4725B_CLK_PLL_HALF	3
#define JZ4725B_CLK_CCLK	4
#define JZ4725B_CLK_HCLK	5
#define JZ4725B_CLK_PCLK	6
#define JZ4725B_CLK_MCLK	7
#define JZ4725B_CLK_IPU		8
#define JZ4725B_CLK_LCD		9
#define JZ4725B_CLK_I2S		10
#define JZ4725B_CLK_SPI		11
#define JZ4725B_CLK_MMC_MUX	12
#define JZ4725B_CLK_UDC		13
#define JZ4725B_CLK_UART	14
#define JZ4725B_CLK_DMA		15
#define JZ4725B_CLK_ADC		16
#define JZ4725B_CLK_I2C		17
#define JZ4725B_CLK_AIC		18
#define JZ4725B_CLK_MMC0	19
#define JZ4725B_CLK_MMC1	20
#define JZ4725B_CLK_BCH		21
#define JZ4725B_CLK_TCU		22
#define JZ4725B_CLK_EXT512	23
#define JZ4725B_CLK_RTC		24
#define JZ4725B_CLK_UDC_PHY	25

#endif /* __DT_BINDINGS_CLOCK_JZ4725B_CGU_H__ */