Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: sound/soc/samsung/regs-i2s-v2.h

Issue 6577007: CHROMIUM: ASoC: Import entire upstream ASoC tree (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sound/soc/samsung/pcm.c ('k') | sound/soc/samsung/rx1950_uda1380.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* linux/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h 1 /* linux/include/asm-arm/plat-s3c24xx/regs-s3c2412-iis.h
2 * 2 *
3 * Copyright 2007 Simtec Electronics <linux@simtec.co.uk> 3 * Copyright 2007 Simtec Electronics <linux@simtec.co.uk>
4 * http://armlinux.simtec.co.uk/ 4 * http://armlinux.simtec.co.uk/
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as 7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
9 * 9 *
10 * S3C2412 IIS register definition 10 * S3C2412 IIS register definition
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 106
107 #define S3C2412_IISFIC_TXFLUSH (1 << 15) 107 #define S3C2412_IISFIC_TXFLUSH (1 << 15)
108 #define S3C2412_IISFIC_RXFLUSH (1 << 7) 108 #define S3C2412_IISFIC_RXFLUSH (1 << 7)
109 #define S3C2412_IISFIC_TXCOUNT(x) (((x) >> 8) & 0xf) 109 #define S3C2412_IISFIC_TXCOUNT(x) (((x) >> 8) & 0xf)
110 #define S3C2412_IISFIC_RXCOUNT(x) (((x) >> 0) & 0xf) 110 #define S3C2412_IISFIC_RXCOUNT(x) (((x) >> 0) & 0xf)
111 111
112 #define S5PC1XX_IISFICS_TXFLUSH (1 << 15) 112 #define S5PC1XX_IISFICS_TXFLUSH (1 << 15)
113 #define S5PC1XX_IISFICS_TXCOUNT(x) (((x) >> 8) & 0x7f) 113 #define S5PC1XX_IISFICS_TXCOUNT(x) (((x) >> 8) & 0x7f)
114 114
115 #endif /* __ASM_ARCH_REGS_S3C2412_IIS_H */ 115 #endif /* __ASM_ARCH_REGS_S3C2412_IIS_H */
OLDNEW
« no previous file with comments | « sound/soc/samsung/pcm.c ('k') | sound/soc/samsung/rx1950_uda1380.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698