#ifndef _UDA134X_CODEC_H #define _UDA134X_CODEC_H #define UDA134X_L3ADDR 5 #define UDA134X_DATA0_ADDR ((UDA134X_L3ADDR << 2) | 0) #define UDA134X_DATA1_ADDR ((UDA134X_L3ADDR << 2) | 1) #define UDA134X_STATUS_ADDR ((UDA134X_L3ADDR << 2) | 2) #define UDA134X_EXTADDR_PREFIX 0xC0 #define UDA134X_EXTDATA_PREFIX 0xE0 /* UDA134X registers */ #define UDA134X_EA000 0 #define UDA134X_EA001 1 #define UDA134X_EA010 2 #define UDA134X_EA011 3 #define UDA134X_EA100 4 #define UDA134X_EA101 5 #define UDA134X_EA110 6 #define UDA134X_EA111 7 #define UDA134X_STATUS0 8 #define UDA134X_STATUS1 9 #define UDA134X_DATA000 10 #define UDA134X_DATA001 11 #define UDA134X_DATA010 12 #define UDA134X_DATA011 13 #define UDA134X_DATA1 14 #define STATUS0_DAIFMT_MASK (~(7<<1)) #define STATUS0_SYSCLK_MASK (~(3<<4)) #endif f='/cgit.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc/kirkwood
diff options
context:
space:
mode:
authorNicolae Rosia <Nicolae_Rosia@mentor.com>2016-11-12 14:42:14 +0200
committerMark Brown <broonie@kernel.org>2016-11-16 18:03:39 +0000
commitdab780a3b489b038a47d8fbbc49c33aae1e7a682 (patch)
treec9599a6970c187f95f7875d2a3e948f05cef1e45 /sound/soc/kirkwood
parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: twl-regulator: rework fixed regulator definition
TWL603X and TWL4030 are different and have different code logic. Rework the regulator definition method so we can split the file easily in twl4030 and twl6030. Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/kirkwood')