Searched refs:TCPC_TCPC_CTRL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | maxim_contaminant.c | 194 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC1); in max_contaminant_read_comparators() 203 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC2); in max_contaminant_read_comparators() 314 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_EN_LK4CONN_ALRT, in max_contaminant_enable_dry_detection()
|
H A D | tcpci.c | 84 ret = regmap_read(tcpci->regmap, TCPC_TCPC_CTRL, ®); in tcpci_set_cc() 299 return regmap_write(tcpci->regmap, TCPC_TCPC_CTRL, in tcpci_set_polarity() 419 return regmap_update_bits(tcpci->regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_BIST_TM, in tcpci_set_bist_data()
|
/openbmc/linux/include/linux/usb/ |
H A D | tcpci.h | 49 #define TCPC_TCPC_CTRL 0x19 macro
|