File: r8a7743-cpg-mssr.h

package info (click to toggle)
linux 4.19.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 954,852 kB
  • sloc: ansic: 16,749,828; asm: 271,286; makefile: 38,257; sh: 32,808; perl: 27,671; python: 21,022; cpp: 5,063; yacc: 4,648; lex: 2,585; awk: 1,385; ruby: 25; sed: 5
file content (43 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (5)
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
37
38
39
40
41
42
43
/*
 * Copyright (C) 2016 Cogent Embedded Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */
#ifndef __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__
#define __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__

#include <dt-bindings/clock/renesas-cpg-mssr.h>

/* r8a7743 CPG Core Clocks */
#define R8A7743_CLK_Z		0
#define R8A7743_CLK_ZG		1
#define R8A7743_CLK_ZTR		2
#define R8A7743_CLK_ZTRD2	3
#define R8A7743_CLK_ZT		4
#define R8A7743_CLK_ZX		5
#define R8A7743_CLK_ZS		6
#define R8A7743_CLK_HP		7
#define R8A7743_CLK_B		9
#define R8A7743_CLK_LB		10
#define R8A7743_CLK_P		11
#define R8A7743_CLK_CL		12
#define R8A7743_CLK_M2		13
#define R8A7743_CLK_ZB3		15
#define R8A7743_CLK_ZB3D2	16
#define R8A7743_CLK_DDR		17
#define R8A7743_CLK_SDH		18
#define R8A7743_CLK_SD0		19
#define R8A7743_CLK_SD2		20
#define R8A7743_CLK_SD3		21
#define R8A7743_CLK_MMC0	22
#define R8A7743_CLK_MP		23
#define R8A7743_CLK_QSPI	26
#define R8A7743_CLK_CP		27
#define R8A7743_CLK_RCAN	28
#define R8A7743_CLK_R		29
#define R8A7743_CLK_OSC		30

#endif /* __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__ */