Searched refs:oe_bit (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h55 * @oe_bit: Offset in @ctl_reg for controlling output enable.
98 unsigned oe_bit:5; member in struct:msm_pingroup
H A Dpinctrl-qdf2xxx.c114 groups[gpio].oe_bit = 9;
H A Dpinctrl-msm.c231 if (i == gpio_func && (val & BIT(g->oe_bit)) &&
326 *bit = g->oe_bit;
578 val &= ~BIT(g->oe_bit);
605 val |= BIT(g->oe_bit);
623 return val & BIT(g->oe_bit) ? GPIO_LINE_DIRECTION_OUT :
698 is_out = !!(ctl_reg & BIT(g->oe_bit));
H A Dpinctrl-ipq8064.c190 .oe_bit = 9, \
217 .oe_bit = -1, \
H A Dpinctrl-sdm670.c44 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \
124 .oe_bit = -1, \
H A Dpinctrl-sdx65.c40 .oe_bit = 9, \
66 .oe_bit = -1, \
91 .oe_bit = -1, \
H A Dpinctrl-sm6115.c51 .oe_bit = 9, \
78 .oe_bit = -1, \
104 .oe_bit = -1, \
H A Dpinctrl-sc7180.c49 .oe_bit = 9, \
76 .oe_bit = -1, \
102 .oe_bit = -1, \
H A Dpinctrl-sm6125.c48 .oe_bit = 9, \
75 .oe_bit = -1, \
101 .oe_bit = -1, \
H A Dpinctrl-sm7150.c55 .oe_bit = 9, \
82 .oe_bit = -1, \
108 .oe_bit = -1, \
H A Dpinctrl-sa8775p.c43 .oe_bit = 9, \
70 .oe_bit = -1, \
95 .oe_bit = -1, \
H A Dpinctrl-msm8x74.c351 .oe_bit = 9, \
377 .oe_bit = -1, \
408 .oe_bit = -1, \
H A Dpinctrl-qdu1000.c42 .oe_bit = 9, \
68 .oe_bit = -1, \
93 .oe_bit = -1, \
H A Dpinctrl-qcm2290.c40 .oe_bit = 9, \
66 .oe_bit = -1, \
91 .oe_bit = -1, \
H A Dpinctrl-sm4450.c42 .oe_bit = 9, \
68 .oe_bit = -1, \
93 .oe_bit = -1, \
H A Dpinctrl-msm8226.c289 .oe_bit = 9, \
315 .oe_bit = -1, \
H A Dpinctrl-sdx55.c40 .oe_bit = 9, \
66 .oe_bit = -1, \
H A Dpinctrl-apq8064.c238 .oe_bit = 9, \
265 .oe_bit = -1, \
H A Dpinctrl-mdm9607.c232 .oe_bit = 9, \
258 .oe_bit = -1, \
H A Dpinctrl-sc8280xp.c38 .oe_bit = 9, \
66 .oe_bit = -1, \
91 .oe_bit = -1, \
H A Dpinctrl-sc8180x.c68 .oe_bit = 9, \
98 .oe_bit = -1, \
124 .oe_bit = -1, \
H A Dpinctrl-sc7280.c40 .oe_bit = 9, \
66 .oe_bit = -1, \
91 .oe_bit = -1, \
H A Dpinctrl-sdm845.c44 .oe_bit = 9, \
70 .oe_bit = -1, \
95 .oe_bit = -1, \
H A Dpinctrl-sm8550.c45 .oe_bit = 9, \
71 .oe_bit = -1, \
96 .oe_bit = -1, \
H A Dpinctrl-sm8450.c43 .oe_bit = 9, \
69 .oe_bit = -1, \
94 .oe_bit = -1, \

Completed in 235 milliseconds

123