Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c84 #define VCONN_EN_VALUE BIT(1) macro
552 mask = VCONN_EN_ORIENTATION | VCONN_EN_VALUE; in qcom_pmic_typec_port_set_vconn()
553 value = orientation | VCONN_EN_VALUE | VCONN_EN_SRC; in qcom_pmic_typec_port_set_vconn()
555 mask = VCONN_EN_VALUE; in qcom_pmic_typec_port_set_vconn()
668 VCONN_EN_SRC | VCONN_EN_VALUE, VCONN_EN_SRC); in qcom_pmic_typec_port_start()