Home
last modified time | relevance | path

Searched refs:in_bit (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c235 if (io_val & BIT(g->in_bit)) { in msm_pinmux_set_mux()
415 arg = !!(val & BIT(g->in_bit)); in msm_config_group_get()
632 return !!(val & BIT(g->in_bit)); in msm_gpio_get()
705 val = !!(io_reg & BIT(g->in_bit)); in msm_gpio_dbg_show_one()
825 val = msm_readl_io(pctrl, g) & BIT(g->in_bit); in msm_gpio_update_dual_edge_pos()
831 val2 = msm_readl_io(pctrl, g) & BIT(g->in_bit); in msm_gpio_update_dual_edge_pos()
965 val = msm_readl_io(pctrl, g) & BIT(g->in_bit); in msm_gpio_update_dual_edge_parent()
978 val = msm_readl_io(pctrl, g) & BIT(g->in_bit); in msm_gpio_update_dual_edge_parent()
H A Dpinctrl-msm.h96 unsigned in_bit:5; member
H A Dpinctrl-qdf2xxx.c115 groups[gpio].in_bit = 0; in qdf2xxx_pinctrl_probe()
H A Dpinctrl-sdx65.c41 .in_bit = 0, \
67 .in_bit = -1, \
92 .in_bit = -1, \
H A Dpinctrl-sdm670.c45 .in_bit = 0, \
75 .in_bit = -1, \
100 .in_bit = -1, \
125 .in_bit = -1, \
H A Dpinctrl-ipq8064.c191 .in_bit = 0, \
218 .in_bit = -1, \
H A Dpinctrl-sm6115.c52 .in_bit = 0, \
79 .in_bit = -1, \
105 .in_bit = -1, \
H A Dpinctrl-sm7150.c56 .in_bit = 0, \
83 .in_bit = -1, \
109 .in_bit = -1, \
H A Dpinctrl-msm8x74.c352 .in_bit = 0, \
378 .in_bit = -1, \
409 .in_bit = -1, \
H A Dpinctrl-qcm2290.c41 .in_bit = 0, \
67 .in_bit = -1, \
92 .in_bit = -1, \
H A Dpinctrl-sc7180.c50 .in_bit = 0, \
77 .in_bit = -1, \
103 .in_bit = -1, \
H A Dpinctrl-msm8226.c290 .in_bit = 0, \
316 .in_bit = -1, \
H A Dpinctrl-apq8064.c239 .in_bit = 0, \
266 .in_bit = -1, \
H A Dpinctrl-qdu1000.c43 .in_bit = 0, \
69 .in_bit = -1, \
94 .in_bit = -1, \
H A Dpinctrl-sm6125.c49 .in_bit = 0, \
76 .in_bit = -1, \
102 .in_bit = -1, \
H A Dpinctrl-mdm9607.c233 .in_bit = 0, \
259 .in_bit = -1, \
H A Dpinctrl-sa8775p.c44 .in_bit = 0, \
71 .in_bit = -1, \
96 .in_bit = -1, \
H A Dpinctrl-sm6375.c44 .in_bit = 0, \
70 .in_bit = -1, \
95 .in_bit = -1, \
H A Dpinctrl-sm6350.c41 .in_bit = 0, \
67 .in_bit = -1, \
92 .in_bit = -1, \
H A Dpinctrl-sm8250.c53 .in_bit = 0, \
80 .in_bit = -1, \
106 .in_bit = -1, \
H A Dpinctrl-sdm845.c45 .in_bit = 0, \
71 .in_bit = -1, \
96 .in_bit = -1, \
H A Dpinctrl-msm8998.c43 .in_bit = 0, \
69 .in_bit = -1, \
94 .in_bit = -1, \
H A Dpinctrl-sc7280.c41 .in_bit = 0, \
67 .in_bit = -1, \
92 .in_bit = -1, \
H A Dpinctrl-sm8150.c52 .in_bit = 0, \
79 .in_bit = -1, \
105 .in_bit = -1, \
/openbmc/linux/drivers/fsi/
H A Dfsi-master-gpio.c115 uint8_t bit, in_bit; in serial_in() local
120 in_bit = sda_clock_in(master); in serial_in()
122 msg->msg |= ~in_bit & 0x1; /* Data is active low */ in serial_in()

123