https://github.com/torvalds/linux
Raw File
Tip revision: 3c2993b8c6143d8a5793746a54eba8f86f95240f authored by Linus Torvalds on 04 June 2017, 23:47:43 UTC
Linux 4.12-rc4
Tip revision: 3c2993b
stih416-clks.h
/*
 * This header provides constants clk index STMicroelectronics
 * STiH416 SoC.
 */
#ifndef _CLK_STIH416
#define _CLK_STIH416

/* CLOCKGEN A0 */
#define CLK_ICN_REG		0
#define CLK_ETH1_PHY		4

/* CLOCKGEN A1 */
#define CLK_ICN_IF_2		0
#define CLK_GMAC0_PHY		3

#endif
back to top