Searched refs:rockchip_set_mux (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip-core.c | 193 static int rockchip_set_mux(struct rockchip_pin_bank *bank, int pin, int mux) in rockchip_set_mux() function 606 ret = rockchip_set_mux(&ctrl->pin_banks[bank], pin, mux);
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.c | 1189 static int rockchip_set_mux(struct rockchip_pin_bank *bank, int pin, int mux) in rockchip_set_mux() function 2733 ret = rockchip_set_mux(bank, pins[cnt] - bank->pin_base, in rockchip_pmx_set() 2743 rockchip_set_mux(bank, pins[cnt] - bank->pin_base, 0); in rockchip_pmx_set() 2761 return rockchip_set_mux(bank, offset - bank->pin_base, RK_FUNC_GPIO); in rockchip_pmx_gpio_set_direction() 2879 rc = rockchip_set_mux(bank, pin - bank->pin_base, in rockchip_pinconf_set() 2890 rc = rockchip_set_mux(bank, pin - bank->pin_base, in rockchip_pinconf_set()
|