Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018_hw.c80 reg &= ~(QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK in qcom_tlmm_ipq4018_hw_pin_set_function()
82 reg |= (function & QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK) in qcom_tlmm_ipq4018_hw_pin_set_function()
110 reg &= QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK; in qcom_tlmm_ipq4018_hw_pin_get_function()
H A Dqcom_tlmm_ipq4018_reg.h51 #define QCOM_TLMM_IPQ4018_REG_PIN_CONTROL_MUX_MASK 0x7 macro