/* * 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 'cdaf25dfc058ee6f7a7b2e2353de00fa288c0cd4'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/scsi/srp.h
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2017-01-30 10:55:04 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-30 16:37:55 -0500
commitcdaf25dfc058ee6f7a7b2e2353de00fa288c0cd4 (patch)
treea45096fd9e8aaeea2eac1f1999a3d17dfeb0d02b /include/scsi/srp.h
parent1930b60352e7e195f55b27cde15d2a8f43342a8b (diff)
smc: some potential use after free bugs
Say we got really unlucky and these failed on the last iteration, then it could lead to a use after free bug. Fixes: cd6851f30386 ("smc: remote memory buffers (RMBs)") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/scsi/srp.h')