Searched refs:PIN_CONFIG_INPUT_ENABLE (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/pinctrl/ |
D | pinctrl_pic32.c | 148 case PIN_CONFIG_INPUT_ENABLE: in pic32_pinconfig_one() 194 PIN_CONFIG(PIC32_PORT_H, 13, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 197 PIN_CONFIG(PIC32_PORT_H, 8, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 201 PIN_CONFIG(PIC32_PORT_H, 5, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 205 PIN_CONFIG(PIC32_PORT_J, 11, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 214 PIN_CONFIG(PIC32_PORT_J, 1, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 217 PIN_CONFIG(PIC32_PORT_F, 3, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config()
|
D | pinctrl-sandbox.c | 42 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 43 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
/external/u-boot/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 148 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 149 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 301 case PIN_CONFIG_INPUT_ENABLE: in uniphier_pinconf_set()
|
/external/u-boot/include/dm/ |
D | pinctrl.h | 238 PIN_CONFIG_INPUT_ENABLE, enumerator
|