Home
last modified time | relevance | path

Searched refs:cc1ctrl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/usb/typec/tcpm/
Dwcove.c220 unsigned int cc1ctrl; in wcove_get_vbus() local
223 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()
473 unsigned int cc1ctrl; in wcove_typec_irq() local
487 ret = regmap_read(wcove->regmap, USBC_CC1_CTRL, &cc1ctrl); in wcove_typec_irq()
507 if (wcove->vbus != !!(cc1ctrl & USBC_CC_CTRL_VBUSOK)) in wcove_typec_irq()