Searched refs:cc1ctrl (Results 1 – 1 of 1) sorted by relevance
220 unsigned int cc1ctrl; in wcove_get_vbus() local223 ret = regmap_read(wcove->regmap, USBC_CC1_CTRL, &cc1ctrl); in wcove_get_vbus()227 wcove->vbus = !!(cc1ctrl & USBC_CC_CTRL_VBUSOK); in wcove_get_vbus()474 unsigned int cc1ctrl; in wcove_typec_irq() local488 ret = regmap_read(wcove->regmap, USBC_CC1_CTRL, &cc1ctrl); in wcove_typec_irq()508 if (wcove->vbus != !!(cc1ctrl & USBC_CC_CTRL_VBUSOK)) in wcove_typec_irq()