Searched refs:altfunc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.h | 144 int altfunc; member 147 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
|
D | pinctrl-abx500.c | 753 p->altfunc, offset); in abx500_gpio_request_enable() 756 offset, p->altfunc); in abx500_gpio_request_enable()
|
/linux-4.4.14/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 97 struct chv_alternate_function altfunc; member 198 .altfunc.mode = (m), \ 199 .altfunc.invert_oe = (i), \ 207 .altfunc.mode = (m), \ 208 .altfunc.invert_oe = (i), \ 805 const struct chv_alternate_function *altfunc = &grp->altfunc; in chv_pinmux_set_mux() local 816 altfunc = &grp->overrides[j]; in chv_pinmux_set_mux() 828 value |= altfunc->mode << CHV_PADCTRL0_PMODE_SHIFT; in chv_pinmux_set_mux() 834 if (altfunc->invert_oe) in chv_pinmux_set_mux() 839 pin, altfunc->mode, altfunc->invert_oe ? "" : "not "); in chv_pinmux_set_mux()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-st.c | 256 int altfunc; member 962 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux() 1269 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()
|