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

wm8580.h (591B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * wm8580.h  --  audio driver for WM8580
      4 *
      5 * Copyright 2008 Samsung Electronics.
      6 * Author: Ryu Euiyoul
      7 *         ryu.real@gmail.com
      8 */
      9
     10#ifndef _WM8580_H
     11#define _WM8580_H
     12
     13#define WM8580_PLLA  1
     14#define WM8580_PLLB  2
     15
     16#define WM8580_MCLK       1
     17#define WM8580_CLKOUTSRC  2
     18
     19#define WM8580_CLKSRC_MCLK    1
     20#define WM8580_CLKSRC_PLLA    2
     21#define WM8580_CLKSRC_PLLB    3
     22#define WM8580_CLKSRC_OSC     4
     23#define WM8580_CLKSRC_NONE    5
     24#define WM8580_CLKSRC_ADCMCLK 6
     25
     26#define WM8580_DAI_PAIFRX 0
     27#define WM8580_DAI_PAIFTX 1
     28
     29#endif
     30