~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/au1x/psc.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/au1x/psc.h (Version linux-6.12-rc7) and /sound/soc/au1x/psc.h (Version linux-4.4.302)


  1 /* SPDX-License-Identifier: GPL-2.0-only */    << 
  2 /*                                                  1 /*
  3  * Alchemy ALSA ASoC audio support.                 2  * Alchemy ALSA ASoC audio support.
  4  *                                                  3  *
  5  * (c) 2007-2011 MSC Vertriebsges.m.b.H.,           4  * (c) 2007-2011 MSC Vertriebsges.m.b.H.,
  6  *      Manuel Lauss <manuel.lauss@gmail.com>       5  *      Manuel Lauss <manuel.lauss@gmail.com>
                                                   >>   6  *
                                                   >>   7  * This program is free software; you can redistribute it and/or modify
                                                   >>   8  * it under the terms of the GNU General Public License version 2 as
                                                   >>   9  * published by the Free Software Foundation.
                                                   >>  10  *
  7  */                                                11  */
  8                                                    12 
  9 #ifndef _AU1X_PCM_H                                13 #ifndef _AU1X_PCM_H
 10 #define _AU1X_PCM_H                                14 #define _AU1X_PCM_H
 11                                                    15 
 12 struct au1xpsc_audio_data {                        16 struct au1xpsc_audio_data {
 13         void __iomem *mmio;                        17         void __iomem *mmio;
 14                                                    18 
 15         unsigned long cfg;                         19         unsigned long cfg;
 16         unsigned long rate;                        20         unsigned long rate;
 17                                                    21 
 18         struct snd_soc_dai_driver dai_drv;         22         struct snd_soc_dai_driver dai_drv;
 19                                                    23 
 20         unsigned long pm[2];                       24         unsigned long pm[2];
 21         struct mutex lock;                         25         struct mutex lock;
 22         int dmaids[2];                             26         int dmaids[2];
 23 };                                                 27 };
 24                                                    28 
 25 /* easy access macros */                           29 /* easy access macros */
 26 #define PSC_CTRL(x)     ((x)->mmio + PSC_CTRL_     30 #define PSC_CTRL(x)     ((x)->mmio + PSC_CTRL_OFFSET)
 27 #define PSC_SEL(x)      ((x)->mmio + PSC_SEL_O     31 #define PSC_SEL(x)      ((x)->mmio + PSC_SEL_OFFSET)
 28 #define I2S_STAT(x)     ((x)->mmio + PSC_I2SST     32 #define I2S_STAT(x)     ((x)->mmio + PSC_I2SSTAT_OFFSET)
 29 #define I2S_CFG(x)      ((x)->mmio + PSC_I2SCF     33 #define I2S_CFG(x)      ((x)->mmio + PSC_I2SCFG_OFFSET)
 30 #define I2S_PCR(x)      ((x)->mmio + PSC_I2SPC     34 #define I2S_PCR(x)      ((x)->mmio + PSC_I2SPCR_OFFSET)
 31 #define AC97_CFG(x)     ((x)->mmio + PSC_AC97C     35 #define AC97_CFG(x)     ((x)->mmio + PSC_AC97CFG_OFFSET)
 32 #define AC97_CDC(x)     ((x)->mmio + PSC_AC97C     36 #define AC97_CDC(x)     ((x)->mmio + PSC_AC97CDC_OFFSET)
 33 #define AC97_EVNT(x)    ((x)->mmio + PSC_AC97E     37 #define AC97_EVNT(x)    ((x)->mmio + PSC_AC97EVNT_OFFSET)
 34 #define AC97_PCR(x)     ((x)->mmio + PSC_AC97P     38 #define AC97_PCR(x)     ((x)->mmio + PSC_AC97PCR_OFFSET)
 35 #define AC97_RST(x)     ((x)->mmio + PSC_AC97R     39 #define AC97_RST(x)     ((x)->mmio + PSC_AC97RST_OFFSET)
 36 #define AC97_STAT(x)    ((x)->mmio + PSC_AC97S     40 #define AC97_STAT(x)    ((x)->mmio + PSC_AC97STAT_OFFSET)
 37                                                    41 
 38 #endif                                             42 #endif
 39                                                    43 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php