Home
last modified time | relevance | path

Searched refs:GPIO_WRITE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018_hw.c84 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 Dqcom_tlmm_var.h40 #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 Dqcom_mdio_ipq4018_var.h54 GPIO_WRITE(sc, reg, MDIO_READ(sc, (reg)) | (bits))
57 GPIO_WRITE(sc, reg, MDIO_READ(sc, (reg)) & ~(bits))