Searched refs:GLOBAL_CTRL_PIN (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/pinctrl/sprd/ |
| D | pinctrl-sprd-sc9860.c | 23 SC9860_VIO28_0_IRTE = SPRD_PIN_INFO(0, GLOBAL_CTRL_PIN, 11, 1, 0), 24 SC9860_VIO_SD2_IRTE = SPRD_PIN_INFO(1, GLOBAL_CTRL_PIN, 10, 1, 0), 25 SC9860_VIO_SD0_IRTE = SPRD_PIN_INFO(2, GLOBAL_CTRL_PIN, 9, 1, 0), 26 SC9860_VIO_SIM2_IRTE = SPRD_PIN_INFO(3, GLOBAL_CTRL_PIN, 8, 1, 0), 27 SC9860_VIO_SIM1_IRTE = SPRD_PIN_INFO(4, GLOBAL_CTRL_PIN, 7, 1, 0), 28 SC9860_VIO_SIM0_IRTE = SPRD_PIN_INFO(5, GLOBAL_CTRL_PIN, 6, 1, 0), 29 SC9860_VIO28_0_MS = SPRD_PIN_INFO(6, GLOBAL_CTRL_PIN, 5, 1, 0), 30 SC9860_VIO_SD2_MS = SPRD_PIN_INFO(7, GLOBAL_CTRL_PIN, 4, 1, 0), 31 SC9860_VIO_SD0_MS = SPRD_PIN_INFO(8, GLOBAL_CTRL_PIN, 3, 1, 0), 32 SC9860_VIO_SIM2_MS = SPRD_PIN_INFO(9, GLOBAL_CTRL_PIN, 2, 1, 0), [all …]
|
| D | pinctrl-sprd.h | 45 GLOBAL_CTRL_PIN, enumerator
|
| D | pinctrl-sprd.c | 457 if (pin->type == GLOBAL_CTRL_PIN) { in sprd_pinconf_get() 464 if (pin->type == GLOBAL_CTRL_PIN && in sprd_pinconf_get() 616 if (pin->type == GLOBAL_CTRL_PIN && in sprd_pinconf_set() 711 if (pin->type == GLOBAL_CTRL_PIN) { in sprd_pinconf_set() 782 if (pin->type == GLOBAL_CTRL_PIN) { in sprd_pinconf_get_config() 998 if (pin->type == GLOBAL_CTRL_PIN) { in sprd_pinctrl_add_pins()
|