cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ste-db8500-clkout.h (458B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __STE_CLK_DB8500_CLKOUT_H__
      3#define __STE_CLK_DB8500_CLKOUT_H__
      4
      5#define DB8500_CLKOUT_1			0
      6#define DB8500_CLKOUT_2			1
      7
      8#define DB8500_CLKOUT_SRC_CLK38M	0
      9#define DB8500_CLKOUT_SRC_ACLK		1
     10#define DB8500_CLKOUT_SRC_SYSCLK	2
     11#define DB8500_CLKOUT_SRC_LCDCLK	3
     12#define DB8500_CLKOUT_SRC_SDMMCCLK	4
     13#define DB8500_CLKOUT_SRC_TVCLK		5
     14#define DB8500_CLKOUT_SRC_TIMCLK	6
     15#define DB8500_CLKOUT_SRC_CLK009	7
     16
     17#endif