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