Searched refs:intr_detection_bit (Results 1 – 7 of 7) sorted by relevance
/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 687 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 691 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 695 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 699 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 709 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 713 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 717 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 720 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
D | pinctrl-msm.h | 96 unsigned intr_detection_bit:5; member
|
D | pinctrl-ipq8064.c | 217 .intr_detection_bit = 2, \ 243 .intr_detection_bit = -1, \
|
D | pinctrl-apq8064.c | 264 .intr_detection_bit = 2, \ 290 .intr_detection_bit = -1, \
|
D | pinctrl-msm8x74.c | 372 .intr_detection_bit = 2, \ 398 .intr_detection_bit = -1, \
|
D | pinctrl-apq8084.c | 377 .intr_detection_bit = 2, \ 403 .intr_detection_bit = -1, \
|
D | pinctrl-msm8960.c | 390 .intr_detection_bit = 2, \ 416 .intr_detection_bit = -1, \
|