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

ccu-sun6i-rtc.h (306B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3#ifndef _CCU_SUN6I_RTC_H
      4#define _CCU_SUN6I_RTC_H
      5
      6#include <dt-bindings/clock/sun6i-rtc.h>
      7
      8#define CLK_IOSC_32K		3
      9#define CLK_EXT_OSC32K_GATE	4
     10#define CLK_OSC24M_32K		5
     11#define CLK_RTC_32K		6
     12
     13#define CLK_NUMBER		(CLK_RTC_32K + 1)
     14
     15#endif /* _CCU_SUN6I_RTC_H */