Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/tegra/
H 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()
H A Dpinctrl-tegra.h169 s32 sfsel_bit:6; member
H A Dpinctrl-tegra234.c1441 .sfsel_bit = gpio_sfio_sel, \
H A Dpinctrl-tegra186.c1422 .sfsel_bit = gpio_sfio_sel, \
H A Dpinctrl-tegra194.c1341 .sfsel_bit = gpio_sfio_sel, \