File: lsi%2Caxm5516-clks.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 (36 lines) | stat: -rw-r--r-- 974 bytes parent folder | download | duplicates (25)
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
/*
 * Copyright (c) 2014 LSI Corporation
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 */

#ifndef _DT_BINDINGS_CLK_AXM5516_H
#define _DT_BINDINGS_CLK_AXM5516_H

#define AXXIA_CLK_FAB_PLL	0
#define AXXIA_CLK_CPU_PLL	1
#define AXXIA_CLK_SYS_PLL	2
#define AXXIA_CLK_SM0_PLL	3
#define AXXIA_CLK_SM1_PLL	4
#define AXXIA_CLK_FAB_DIV	5
#define AXXIA_CLK_SYS_DIV	6
#define AXXIA_CLK_NRCP_DIV	7
#define AXXIA_CLK_CPU0_DIV	8
#define AXXIA_CLK_CPU1_DIV	9
#define AXXIA_CLK_CPU2_DIV	10
#define AXXIA_CLK_CPU3_DIV	11
#define AXXIA_CLK_PER_DIV	12
#define AXXIA_CLK_MMC_DIV	13
#define AXXIA_CLK_FAB		14
#define AXXIA_CLK_SYS		15
#define AXXIA_CLK_NRCP		16
#define AXXIA_CLK_CPU0		17
#define AXXIA_CLK_CPU1		18
#define AXXIA_CLK_CPU2		19
#define AXXIA_CLK_CPU3		20
#define AXXIA_CLK_PER		21
#define AXXIA_CLK_MMC		22

#endif