Searched refs:pin_selector (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/pinctrl/ |
D | pinctrl-sandbox.c | 78 static int sandbox_pinmux_set(struct udevice *dev, unsigned pin_selector, in sandbox_pinmux_set() argument 82 pin_selector, sandbox_get_pin_name(dev, pin_selector), in sandbox_pinmux_set() 99 static int sandbox_pinconf_set(struct udevice *dev, unsigned pin_selector, in sandbox_pinconf_set() argument 103 pin_selector, sandbox_get_pin_name(dev, pin_selector), in sandbox_pinconf_set()
|
/external/u-boot/arch/arm/mach-snapdragon/ |
D | pinctrl-snapdragon.c | 71 static int msm_pinmux_set(struct udevice *dev, unsigned int pin_selector, in msm_pinmux_set() argument 76 clrsetbits_le32(priv->base + GPIO_CONFIG_OFFSET(pin_selector), in msm_pinmux_set() 82 static int msm_pinconf_set(struct udevice *dev, unsigned int pin_selector, in msm_pinconf_set() argument 89 clrsetbits_le32(priv->base + GPIO_CONFIG_OFFSET(pin_selector), in msm_pinconf_set() 93 clrbits_le32(priv->base + GPIO_CONFIG_OFFSET(pin_selector), in msm_pinconf_set()
|
/external/u-boot/include/dm/ |
D | pinctrl.h | 78 int (*pinmux_set)(struct udevice *dev, unsigned pin_selector, 84 int (*pinconf_set)(struct udevice *dev, unsigned pin_selector,
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | pfc.c | 461 int sh_pfc_config_mux_for_gpio(struct udevice *dev, unsigned pin_selector) in sh_pfc_config_mux_for_gpio() argument 471 if (priv->pfc.info->pins[i].pin != pin_selector) in sh_pfc_config_mux_for_gpio() 490 static int sh_pfc_pinctrl_pin_set(struct udevice *dev, unsigned pin_selector, in sh_pfc_pinctrl_pin_set() argument 496 const struct sh_pfc_pin *pin = &priv->pfc.info->pins[pin_selector]; in sh_pfc_pinctrl_pin_set() 701 unsigned int pin_selector, in sh_pfc_pinconf_pin_set() argument 707 const struct sh_pfc_pin *pin = &pfc->info->pins[pin_selector]; in sh_pfc_pinconf_pin_set()
|
D | sh_pfc.h | 264 int sh_pfc_config_mux_for_gpio(struct udevice *dev, unsigned pin_selector);
|