Searched refs:PIN_CONFIG_INPUT_ENABLE (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/pinctrl/ |
| A D | pinctrl_pic32.c | 151 case PIN_CONFIG_INPUT_ENABLE: in pic32_pinconfig_one() 197 PIN_CONFIG(PIC32_PORT_H, 13, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 200 PIN_CONFIG(PIC32_PORT_H, 8, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 204 PIN_CONFIG(PIC32_PORT_H, 5, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 208 PIN_CONFIG(PIC32_PORT_J, 11, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 217 PIN_CONFIG(PIC32_PORT_J, 1, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 220 PIN_CONFIG(PIC32_PORT_F, 3, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config()
|
| A D | pinctrl-sandbox.c | 80 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 81 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
| A D | pinctrl-zynqmp.c | 595 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 596 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
|
| A D | pinctrl-k210.c | 554 case PIN_CONFIG_INPUT_ENABLE: in k210_pc_pinconf_set() 646 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 647 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
| /u-boot/drivers/pinctrl/starfive/ |
| A D | pinctrl-starfive.c | 118 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 119 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 186 case PIN_CONFIG_INPUT_ENABLE: in starfive_pinconf_set()
|
| /u-boot/drivers/pinctrl/uniphier/ |
| A D | pinctrl-uniphier-core.c | 154 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 155 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 307 case PIN_CONFIG_INPUT_ENABLE: in uniphier_pinconf_set()
|
| /u-boot/include/dm/ |
| A D | pinctrl.h | 468 PIN_CONFIG_INPUT_ENABLE = 12, enumerator
|
| /u-boot/drivers/pinctrl/mediatek/ |
| A D | pinctrl-mtk-common.c | 333 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 334 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 579 case PIN_CONFIG_INPUT_ENABLE: in mtk_pinconf_set()
|
| /u-boot/drivers/pinctrl/nuvoton/ |
| A D | pinctrl-npcm8xx.c | 745 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 892 case PIN_CONFIG_INPUT_ENABLE: in npcm8xx_pinconf_set()
|
| A D | pinctrl-npcm7xx.c | 1341 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 1544 case PIN_CONFIG_INPUT_ENABLE: in npcm7xx_pinconf_set()
|
Completed in 19 milliseconds