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