Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/mediatek/
Dpinctrl-mt8127.c184 unsigned char align, bool isup, unsigned int r1r0) in mt8127_spec_pull_set() argument
187 ARRAY_SIZE(mt8127_spec_pupd), pin, align, isup, r1r0); in mt8127_spec_pull_set()
Dpinctrl-mt8173.c73 unsigned char align, bool isup, unsigned int r1r0) in mt8173_spec_pull_set() argument
76 ARRAY_SIZE(mt8173_spec_pupd), pin, align, isup, r1r0); in mt8173_spec_pull_set()
Dpinctrl-mt2712.c88 unsigned int r1r0) in mt2712_spec_pull_set() argument
91 ARRAY_SIZE(mt2712_spec_pupd), pin, align, isup, r1r0); in mt2712_spec_pull_set()
Dpinctrl-mt8135.c242 unsigned char align, bool isup, unsigned int r1r0) in spec_pull_set() argument
271 switch (r1r0) { in spec_pull_set()
Dpinctrl-mt2701.c282 unsigned char align, bool isup, unsigned int r1r0) in mt2701_spec_pull_set() argument
285 ARRAY_SIZE(mt2701_spec_pupd), pin, align, isup, r1r0); in mt2701_spec_pull_set()
Dpinctrl-mtk-common.c236 unsigned char align, bool isup, unsigned int r1r0) in mtk_pctrl_spec_pull_set_samereg() argument
269 switch (r1r0) { in mtk_pctrl_spec_pull_set_samereg()
297 unsigned int reg_pullen, reg_pullsel, r1r0; in mtk_pconf_set_pull_select() local
308 r1r0 = enable ? arg : MTK_PUPD_SET_R1R0_00; in mtk_pconf_set_pull_select()
310 pin, pctl->devdata->port_align, isup, r1r0); in mtk_pconf_set_pull_select()
Dpinctrl-mtk-common.h288 unsigned char align, bool isup, unsigned int r1r0);