Linux Audio

Check our new training course

Loading...
v6.2
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/*
 3 * Purna Chandra Mandal,<purna.mandal@microchip.com>
 4 * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
 
 
 
 
 
 
 
 
 
 5 */
 6
 7#ifndef _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_
 8#define _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_
 9
10/* clock output indices */
11#define POSCCLK		0
12#define FRCCLK		1
13#define BFRCCLK		2
14#define LPRCCLK		3
15#define SOSCCLK		4
16#define FRCDIVCLK	5
17#define PLLCLK		6
18#define SCLK		7
19#define PB1CLK		8
20#define PB2CLK		9
21#define PB3CLK		10
22#define PB4CLK		11
23#define PB5CLK		12
24#define PB6CLK		13
25#define PB7CLK		14
26#define REF1CLK		15
27#define REF2CLK		16
28#define REF3CLK		17
29#define REF4CLK		18
30#define REF5CLK		19
31#define UPLLCLK		20
32#define MAXCLKS		21
33
34#endif	/* _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ */
v4.10.11
 
 1/*
 2 * Purna Chandra Mandal,<purna.mandal@microchip.com>
 3 * Copyright (C) 2015 Microchip Technology Inc.  All rights reserved.
 4 *
 5 * This program is free software; you can distribute it and/or modify it
 6 * under the terms of the GNU General Public License (Version 2) as
 7 * published by the Free Software Foundation.
 8 *
 9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12 * for more details.
13 */
14
15#ifndef _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_
16#define _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_
17
18/* clock output indices */
19#define POSCCLK		0
20#define FRCCLK		1
21#define BFRCCLK		2
22#define LPRCCLK		3
23#define SOSCCLK		4
24#define FRCDIVCLK	5
25#define PLLCLK		6
26#define SCLK		7
27#define PB1CLK		8
28#define PB2CLK		9
29#define PB3CLK		10
30#define PB4CLK		11
31#define PB5CLK		12
32#define PB6CLK		13
33#define PB7CLK		14
34#define REF1CLK		15
35#define REF2CLK		16
36#define REF3CLK		17
37#define REF4CLK		18
38#define REF5CLK		19
39#define UPLLCLK		20
40#define MAXCLKS		21
41
42#endif	/* _DT_BINDINGS_CLK_MICROCHIP_PIC32_H_ */