Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h132 int altfunc; member
135 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
Dpinctrl-abx500.c626 p->altfunc, offset); in abx500_gpio_request_enable()
629 offset, p->altfunc); in abx500_gpio_request_enable()
/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-cherryview.c95 struct chv_alternate_function altfunc; member
192 .altfunc.mode = (m), \
193 .altfunc.invert_oe = (i), \
201 .altfunc.mode = (m), \
202 .altfunc.invert_oe = (i), \
824 const struct chv_alternate_function *altfunc = &grp->altfunc; in chv_pinmux_set_mux() local
835 altfunc = &grp->overrides[j]; in chv_pinmux_set_mux()
847 value |= altfunc->mode << CHV_PADCTRL0_PMODE_SHIFT; in chv_pinmux_set_mux()
853 if (altfunc->invert_oe) in chv_pinmux_set_mux()
858 pin, altfunc->mode, altfunc->invert_oe ? "" : "not "); in chv_pinmux_set_mux()
/Linux-v4.19/drivers/pinctrl/
Dpinctrl-st.c253 int altfunc; member
908 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux()
1216 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()