Home
last modified time | relevance | path

Searched refs:PIN_CONFIG_INPUT_ENABLE (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/pinctrl/
A Dpinctrl_pic32.c151 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 Dpinctrl-sandbox.c80 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
81 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
A Dpinctrl-zynqmp.c595 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
596 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
A Dpinctrl-k210.c554 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 Dpinctrl-starfive.c118 { "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 Dpinctrl-uniphier-core.c154 { "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 Dpinctrl.h468 PIN_CONFIG_INPUT_ENABLE = 12, enumerator
/u-boot/drivers/pinctrl/mediatek/
A Dpinctrl-mtk-common.c333 { "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 Dpinctrl-npcm8xx.c745 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
892 case PIN_CONFIG_INPUT_ENABLE: in npcm8xx_pinconf_set()
A Dpinctrl-npcm7xx.c1341 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
1544 case PIN_CONFIG_INPUT_ENABLE: in npcm7xx_pinconf_set()

Completed in 34 milliseconds