Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c361 mask = VCONN_EN_ORIENTATION | VCONN_EN_VALUE; in qcom_pmic_typec_port_set_vconn()
362 value = orientation | VCONN_EN_VALUE | VCONN_EN_SRC; in qcom_pmic_typec_port_set_vconn()
364 mask = VCONN_EN_VALUE; in qcom_pmic_typec_port_set_vconn()
473 VCONN_EN_SRC | VCONN_EN_VALUE, VCONN_EN_SRC); in qcom_pmic_typec_port_start()
H A Dqcom_pmic_typec_port.h72 #define VCONN_EN_VALUE BIT(1) macro