File: renesas-cpg-mssr.h

package info (click to toggle)
qemu 1%3A10.0.6%2Bds-0%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 413,604 kB
  • sloc: ansic: 4,733,865; pascal: 114,808; python: 105,532; asm: 68,406; sh: 52,876; makefile: 27,469; perl: 18,777; cpp: 11,436; xml: 3,404; objc: 2,877; yacc: 2,505; php: 1,299; tcl: 1,296; lex: 1,110; sql: 71; awk: 43; sed: 35; javascript: 7
file content (15 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2015 Renesas Electronics Corp.
 *
 * 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_RENESAS_CPG_MSSR_H__
#define __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__

#define CPG_CORE			0	/* Core Clock */
#define CPG_MOD				1	/* Module Clock */

#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */