Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13-rc2 47 lines 1.4 kB view raw
1/* 2 * Copyright (C) 2015 Renesas Electronics Corp. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 */ 9 10#ifndef __DT_BINDINGS_CLOCK_R8A7794_CPG_MSSR_H__ 11#define __DT_BINDINGS_CLOCK_R8A7794_CPG_MSSR_H__ 12 13#include <dt-bindings/clock/renesas-cpg-mssr.h> 14 15/* r8a7794 CPG Core Clocks */ 16#define R8A7794_CLK_Z2 0 17#define R8A7794_CLK_ZG 1 18#define R8A7794_CLK_ZTR 2 19#define R8A7794_CLK_ZTRD2 3 20#define R8A7794_CLK_ZT 4 21#define R8A7794_CLK_ZX 5 22#define R8A7794_CLK_ZS 6 23#define R8A7794_CLK_HP 7 24#define R8A7794_CLK_I 8 25#define R8A7794_CLK_B 9 26#define R8A7794_CLK_LB 10 27#define R8A7794_CLK_P 11 28#define R8A7794_CLK_CL 12 29#define R8A7794_CLK_CP 13 30#define R8A7794_CLK_M2 14 31#define R8A7794_CLK_ADSP 15 32#define R8A7794_CLK_ZB3 16 33#define R8A7794_CLK_ZB3D2 17 34#define R8A7794_CLK_DDR 18 35#define R8A7794_CLK_SDH 19 36#define R8A7794_CLK_SD0 20 37#define R8A7794_CLK_SD2 21 38#define R8A7794_CLK_SD3 22 39#define R8A7794_CLK_MMC0 23 40#define R8A7794_CLK_MP 24 41#define R8A7794_CLK_QSPI 25 42#define R8A7794_CLK_CPEX 26 43#define R8A7794_CLK_RCAN 27 44#define R8A7794_CLK_R 28 45#define R8A7794_CLK_OSC 29 46 47#endif /* __DT_BINDINGS_CLOCK_R8A7794_CPG_MSSR_H__ */