/* * ASoC PXA SSP port support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _PXA_SSP_H #define _PXA_SSP_H /* SSP clock sources */ #define PXA_SSP_CLK_PLL 0 #define PXA_SSP_CLK_EXT 1 #define PXA_SSP_CLK_NET 2 #define PXA_SSP_CLK_AUDIO 3 #define PXA_SSP_CLK_NET_PLL 4 /* SSP audio dividers */ #define PXA_SSP_AUDIO_DIV_ACDS 0 #define PXA_SSP_AUDIO_DIV_SCDB 1 #define PXA_SSP_DIV_SCR 2 /* SSP ACDS audio dividers values */ #define PXA_SSP_CLK_AUDIO_DIV_1 0 #define PXA_SSP_CLK_AUDIO_DIV_2 1 #define PXA_SSP_CLK_AUDIO_DIV_4 2 #define PXA_SSP_CLK_AUDIO_DIV_8 3 #define PXA_SSP_CLK_AUDIO_DIV_16 4 #define PXA_SSP_CLK_AUDIO_DIV_32 5 /* SSP divider bypass */ #define PXA_SSP_CLK_SCDB_4 0 #define PXA_SSP_CLK_SCDB_1 1 #define PXA_SSP_CLK_SCDB_8 2 #define PXA_SSP_PLL_OUT 0 #endif nput type='hidden' name='showmsg' value='1'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/trace/events/printk.h
wer/cpupower/utils/helpers/sysfs.h?id=aa8863e5d49417094b9457a0d53e8505e95a1863&showmsg=1'>Expand) >
AgeCommit message (Collapse)AuthorFilesLines
AuthorFilesLines
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-05 10:29:40 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-05 10:29:40 -0800
commit383378d115ab6e702d77896071d36056875602db (patch)
tree1dce033018c7b3946a9ed249f851752e265ed010 /include/uapi
parent9e3596b0c6539e28546ff7c72a06576627068353 (diff)
parent0b47a6bd1150f4846b1d61925a4cc5a96593a541 (diff)
Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes and cleanups from Juergen Gross: - small fixes for xenbus driver - one fix for xen dom0 boot on huge system - small cleanups * tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: Xen: ARM: Zero reserved fields of xatp before making hypervisor call xen: events: Replace BUG() with BUG_ON() xen: remove stale xs_input_avail() from header xen: return xenstore command failures via response instead of rc xen: xenbus driver must not accept invalid transaction ids xen/evtchn: use rb_entry() xen/setup: Don't relocate p2m over existing one
Diffstat (limited to 'include/uapi')