/* * This header provides constants for the reset controller * present in the Pistachio SoC */ #ifndef _PISTACHIO_RESETS_H #define _PISTACHIO_RESETS_H #define PISTACHIO_RESET_I2C0 0 #define PISTACHIO_RESET_I2C1 1 #define PISTACHIO_RESET_I2C2 2 #define PISTACHIO_RESET_I2C3 3 #define PISTACHIO_RESET_I2S_IN 4 #define PISTACHIO_RESET_PRL_OUT 5 #define PISTACHIO_RESET_SPDIF_OUT 6 #define PISTACHIO_RESET_SPI 7 #define PISTACHIO_RESET_PWM_PDM 8 #define PISTACHIO_RESET_UART0 9 #define PISTACHIO_RESET_UART1 10 #define PISTACHIO_RESET_QSPI 11 #define PISTACHIO_RESET_MDC 12 #define PISTACHIO_RESET_SDHOST 13 #define PISTACHIO_RESET_ETHERNET 14 #define PISTACHIO_RESET_IR 15 #define PISTACHIO_RESET_HASH 16 #define PISTACHIO_RESET_TIMER 17 #define PISTACHIO_RESET_I2S_OUT 18 #define PISTACHIO_RESET_SPDIF_IN 19 #define PISTACHIO_RESET_EVT 20 #define PISTACHIO_RESET_USB_H 21 #define PISTACHIO_RESET_USB_PR 22 #define PISTACHIO_RESET_USB_PHY_PR 23 #define PISTACHIO_RESET_USB_PHY_PON 24 #define PISTACHIO_RESET_MAX 24 #endif nchange='this.form.submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/perf/util/data-convert.h
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-01-11 15:36:20 +0000
committerMark Brown <broonie@kernel.org>2017-01-18 16:32:44 +0000
commitb98acbff9a05b371c5f0ca6e44a3af8ce9274379 (patch)
treed6835885f859a456e62ce93621041138d6a54f9b /tools/perf/util/data-convert.h
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7 (diff)
regulator: twl6030: fix range comparison, allowing vsel = 59
The range min_uV > 1350000 && min_uV <= 150000 is never reachable because of a typo in the previous range check and hence vsel = 59 is never reached. Fix the previous range check to enable the vsel = 59 setting. Fixes CoverityScan CID#728454 ("Logially dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/util/data-convert.h')