Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec_port.c77 #define misc_to_cc(msic) !!(misc & CC_ORIENTATION) ? "cc1" : "cc2"
78 #define misc_to_vconn(msic) !!(misc & CC_ORIENTATION) ? "cc2" : "cc1"
258 if (misc & CC_ORIENTATION) in qcom_pmic_typec_port_get_cc()
359 orientation = (misc & CC_ORIENTATION) ? 0 : VCONN_EN_ORIENTATION; in qcom_pmic_typec_port_set_vconn()
H A Dqcom_pmic_typec_port.h46 #define CC_ORIENTATION BIT(1) macro