Home
last modified time | relevance | path

Searched refs:sfsel_bit (Results 1 – 4 of 4) sorted by relevance

/drivers/pinctrl/tegra/
A Dpinctrl-tegra.c276 val |= (1 << g->sfsel_bit); in tegra_pinctrl_set_mux()
346 if (group->mux_reg < 0 || group->sfsel_bit < 0) in tegra_pinctrl_gpio_request_enable()
353 config->is_sfsel = (value & BIT(group->sfsel_bit)) != 0; in tegra_pinctrl_gpio_request_enable()
354 value &= ~BIT(group->sfsel_bit); in tegra_pinctrl_gpio_request_enable()
379 if (group->mux_reg < 0 || group->sfsel_bit < 0) in tegra_pinctrl_gpio_disable_free()
387 value |= BIT(group->sfsel_bit); in tegra_pinctrl_gpio_disable_free()
516 *bit = g->sfsel_bit; in tegra_pinconf_reg()
A Dpinctrl-tegra.h169 s32 sfsel_bit:6; member
A Dpinctrl-tegra234.c1441 .sfsel_bit = gpio_sfio_sel, \
A Dpinctrl-tegra194.c1341 .sfsel_bit = gpio_sfio_sel, \

Completed in 26 milliseconds