Home
last modified time | relevance | path

Searched refs:mux_f_gpio (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/pinctrl/sunplus/
Dsppctl.h88 mux_f_gpio = 1, enumerator
Dsppctl.c317 val = (reg & BIT(bit_off)) ? mux_f_gpio : mux_f_mux; in sppctl_first_master_set()
321 case mux_f_gpio: in sppctl_first_master_set()
612 sppctl_first_master_set(&pctl->spp_gchip->chip, pin, mux_f_gpio, mux_m_iop); in sppctl_pin_config_set()
743 if (g_f == mux_f_gpio && g_m == mux_m_gpio) in sppctl_gpio_request_enable()
746 sppctl_first_master_set(&pctl->spp_gchip->chip, offset, mux_f_gpio, mux_m_gpio); in sppctl_gpio_request_enable()