Home
last modified time | relevance | path

Searched refs:QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_OD_ENABLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018_hw.c497 reg &= ~QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_OD_ENABLE; in qcom_tlmm_ipq4018_hw_pin_set_open_drain()
499 reg |= QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_OD_ENABLE; in qcom_tlmm_ipq4018_hw_pin_set_open_drain()
524 *enable = !! (reg & QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_OD_ENABLE); in qcom_tlmm_ipq4018_hw_pin_get_open_drain()
H A Dqcom_tlmm_ipq4018_reg.h60 #define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_OD_ENABLE (1U << 12) macro