Searched refs:TCPC_TCPC_CTRL (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/typec/tcpm/ |
| H A D | maxim_contaminant.c | 198 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC1); in max_contaminant_read_comparators() 207 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC2); in max_contaminant_read_comparators() 321 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_EN_LK4CONN_ALRT, in max_contaminant_enable_dry_detection() 356 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, in max_contaminant_enable_toggling()
|
| H A D | tcpci.c | 99 ret = regmap_read(tcpci->regmap, TCPC_TCPC_CTRL, ®); in tcpci_set_cc() 308 return regmap_write(tcpci->regmap, TCPC_TCPC_CTRL, in tcpci_set_polarity() 454 return regmap_update_bits(tcpci->regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_BIST_TM, in tcpci_set_bist_data()
|
| /linux/include/linux/usb/ |
| H A D | tcpci.h | 54 #define TCPC_TCPC_CTRL 0x19 macro
|