Searched refs:CCOVPDIS (Results 1 – 2 of 2) sorted by relevance
134 ret = regmap_update_bits(regmap, TCPC_VENDOR_CC_CTRL2, CCOVPDIS, CCOVPDIS); in max_contaminant_read_resistance_kohm()143 ret = regmap_update_bits(regmap, TCPC_VENDOR_CC_CTRL2, CCOVPDIS, 0); in max_contaminant_read_resistance_kohm()
21 #define CCOVPDIS BIT(6) macro