Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Dmux.h47 .pull_bit = bit, \
61 .pull_bit = bit, \
71 .pull_bit = bit, \
83 .pull_bit = bit, \
89 pull_reg, pull_bit, pull_status, \ argument
95 PULL_REG(pull_reg, pull_bit, pull_status) \
108 pull_bit, pull_status, debug_status)\ argument
113 PULL_REG_7XX(mux_reg, pull_bit, pull_status) \
128 const unsigned char pull_bit; member
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-msm.h81 unsigned pull_bit:5; member
Dpinctrl-ipq8064.c205 .pull_bit = 0, \
232 .pull_bit = pull, \
Dpinctrl-apq8064.c252 .pull_bit = 0, \
279 .pull_bit = pull, \
Dpinctrl-msm.c188 *bit = g->pull_bit; in msm_config_reg()
502 pull = (ctl_reg >> g->pull_bit) & 3; in msm_gpio_dbg_show_one()
Dpinctrl-msm8916.c328 .pull_bit = 0, \
354 .pull_bit = pull, \
Dpinctrl-apq8084.c365 .pull_bit = 0, \
392 .pull_bit = pull, \
Dpinctrl-msm8x74.c361 .pull_bit = 0, \
387 .pull_bit = pull, \
Dpinctrl-msm8960.c378 .pull_bit = 0, \
405 .pull_bit = pull, \
/linux-4.1.27/arch/arm/mach-omap1/
Dmux.c381 mask = 1 << cfg->pull_bit; in omap1_cfg_reg()
403 mask = 1 << cfg->pull_bit; in omap1_cfg_reg()