Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl_pic32.c149 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 Dpinctrl-sandbox.c43 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
44 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
H A Dpinctrl-rockchip.c2953 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
2954 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
/rk3399_rockchip-uboot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c128 { "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 Dserdes-pinctrl.c22 { "input-enable", PIN_CONFIG_INPUT_ENABLE, 1 },
23 { "input-disable", PIN_CONFIG_INPUT_ENABLE, 0 },
/rk3399_rockchip-uboot/include/dm/
H A Dpinctrl.h275 #define PIN_CONFIG_INPUT_ENABLE 10 macro