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

axg-aoclkc.h (519B)


      1/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
      2/*
      3 * Copyright (c) 2016 BayLibre, SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 *
      6 * Copyright (c) 2018 Amlogic, inc.
      7 * Author: Qiufang Dai <qiufang.dai@amlogic.com>
      8 */
      9
     10#ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
     11#define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
     12
     13#define RESET_AO_REMOTE		0
     14#define RESET_AO_I2C_MASTER	1
     15#define RESET_AO_I2C_SLAVE	2
     16#define RESET_AO_UART1		3
     17#define RESET_AO_UART2		4
     18#define RESET_AO_IR_BLASTER	5
     19
     20#endif