Searched refs:CONFIG_PMU (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/pinctrl/mvebu/ |
| D | pinctrl-dove.c | 62 #define CONFIG_PMU BIT(4) macro 91 *config |= CONFIG_PMU; in dove_pmu_mpp_ctrl_get() 103 if ((config & CONFIG_PMU) == 0) { in dove_pmu_mpp_ctrl_set() 377 MPP_FUNCTION(CONFIG_PMU | 0x0, "pmu-nc", NULL), 378 MPP_FUNCTION(CONFIG_PMU | 0x1, "pmu-low", NULL), 379 MPP_FUNCTION(CONFIG_PMU | 0x2, "pmu-high", NULL), 380 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 381 MPP_FUNCTION(CONFIG_PMU | 0x4, "cpu-pwr-down", NULL), 382 MPP_FUNCTION(CONFIG_PMU | 0x5, "standby-pwr-down", NULL), 383 MPP_FUNCTION(CONFIG_PMU | 0x8, "core-pwr-good", NULL), [all …]
|