Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c703 struct grp2fp_map g2fpm = pctl->g2fp_maps[group_selector]; in sppctl_set_mux() local
714 for (i = 0; i < f->grps[g2fpm.g_idx].pnum; i++) in sppctl_set_mux()
716 f->grps[g2fpm.g_idx].pins[i], in sppctl_set_mux()
718 sppctl_gmx_set(pctl, f->roff, f->boff, f->blen, f->grps[g2fpm.g_idx].gval); in sppctl_set_mux()
772 struct grp2fp_map g2fpm = pctl->g2fp_maps[selector]; in sppctl_get_group_pins() local
775 f = &sppctl_list_funcs[g2fpm.f_idx]; in sppctl_get_group_pins()
792 *num_pins = f->grps[g2fpm.g_idx].pnum; in sppctl_get_group_pins()
793 *pins = f->grps[g2fpm.g_idx].pins; in sppctl_get_group_pins()