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

jz4740-i2s.h (185B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2
      3#ifndef _JZ4740_I2S_H
      4#define _JZ4740_I2S_H
      5
      6/* I2S clock source */
      7#define JZ4740_I2S_CLKSRC_EXT 0
      8#define JZ4740_I2S_CLKSRC_PLL 1
      9
     10#endif