Searched refs:PIN_CONFIG_INPUT_ENABLE (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl_pic32.c | 149 case PIN_CONFIG_INPUT_ENABLE: in pic32_pinconfig_one() 195 PIN_CONFIG(PIC32_PORT_H, 13, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 198 PIN_CONFIG(PIC32_PORT_H, 8, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 202 PIN_CONFIG(PIC32_PORT_H, 5, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 206 PIN_CONFIG(PIC32_PORT_J, 11, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 215 PIN_CONFIG(PIC32_PORT_J, 1, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config() 218 PIN_CONFIG(PIC32_PORT_F, 3, PIN_CONFIG_INPUT_ENABLE), in pic32_eth_pin_config()
|
| H A D | pinctrl-sandbox.c | 43 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 44 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
| H A D | pinctrl-rockchip.c | 2953 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 2954 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
| /rk3399_rockchip-uboot/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-core.c | 128 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 129 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 }, 184 case PIN_CONFIG_INPUT_ENABLE: in uniphier_pinconf_set_one()
|
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | serdes-pinctrl.c | 22 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 }, 23 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | pinctrl.h | 275 #define PIN_CONFIG_INPUT_ENABLE 10 macro
|