Searched refs:TCPC_VENDOR_CC_CTRL1 (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/typec/tcpm/ |
D | maxim_contaminant.c | 188 ret = regmap_update_bits(regmap, TCPC_VENDOR_CC_CTRL1, CCCOMPEN, CCCOMPEN); in max_contaminant_read_comparators() 212 ret = regmap_update_bits(regmap, TCPC_VENDOR_CC_CTRL1, CCCOMPEN, 0); in max_contaminant_read_comparators() 298 ret = regmap_update_bits(regmap, TCPC_VENDOR_CC_CTRL1, CCCONNDRY, CCCONNDRY); in max_contaminant_enable_dry_detection() 301 ret = max_tcpci_read8(chip, TCPC_VENDOR_CC_CTRL1, &temp); in max_contaminant_enable_dry_detection()
|
D | tcpci_maxim.h | 15 #define TCPC_VENDOR_CC_CTRL1 0x8c macro
|