Searched refs:TCPC_TCPC_CTRL (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/usb/typec/tcpm/ |
| H A D | maxim_contaminant.c | 193 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC1); in max_contaminant_read_comparators() 202 ret = regmap_update_bits(regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_ORIENTATION, PLUG_ORNT_CC2); in max_contaminant_read_comparators() 316 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 | 98 ret = regmap_read(tcpci->regmap, TCPC_TCPC_CTRL, ®); in tcpci_set_cc() 307 return regmap_write(tcpci->regmap, TCPC_TCPC_CTRL, in tcpci_set_polarity() 453 return regmap_update_bits(tcpci->regmap, TCPC_TCPC_CTRL, TCPC_TCPC_CTRL_BIST_TM, in tcpci_set_bist_data()
|
| /linux-6.15/include/linux/usb/ |
| H A D | tcpci.h | 54 #define TCPC_TCPC_CTRL 0x19 macro
|