Searched refs:GPIO_WRITE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018_hw.c | 84 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_function() 134 GPIO_WRITE(sc, in qcom_tlmm_ipq4018_hw_pin_set_oe_output() 159 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_oe_input() 208 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_output_value() 279 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_toggle_output_value() 327 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_pupd_config() 399 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_drive_strength() 452 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_vm() 501 GPIO_WRITE(sc, QCOM_TLMM_IPQ4018_REG_PIN(pin, in qcom_tlmm_ipq4018_hw_pin_set_open_drain()
|
H A D | qcom_tlmm_var.h | 40 #define GPIO_WRITE(sc, reg, val) do { \ macro 47 GPIO_WRITE(sc, reg, GPIO_READ(sc, (reg)) | (bits)) 50 GPIO_WRITE(sc, reg, GPIO_READ(sc, (reg)) & ~(bits))
|
/freebsd/sys/dev/qcom_mdio/ |
H A D | qcom_mdio_ipq4018_var.h | 54 GPIO_WRITE(sc, reg, MDIO_READ(sc, (reg)) | (bits)) 57 GPIO_WRITE(sc, reg, MDIO_READ(sc, (reg)) & ~(bits))
|