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-sun50i-h6-r.h (428B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright 2017 Icenowy Zheng <icenowy@aosc.xyz>
      4 */
      5
      6#ifndef _CCU_SUN50I_H6_R_H
      7#define _CCU_SUN50I_H6_R_H
      8
      9#include <dt-bindings/clock/sun50i-h6-r-ccu.h>
     10#include <dt-bindings/reset/sun50i-h6-r-ccu.h>
     11
     12/* AHB/APB bus clocks are not exported except APB1 for R_PIO */
     13#define CLK_R_AHB	1
     14
     15#define CLK_R_APB2	3
     16
     17#define CLK_NUMBER	(CLK_R_APB1_RTC + 1)
     18
     19#endif /* _CCU_SUN50I_H6_R_H */