Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.h43 #define UCSI_CCI_CANCEL_COMPLETE BIT(26) macro
H A Ducsi.c166 if (cmd == UCSI_CANCEL && cci & UCSI_CCI_CANCEL_COMPLETE) { in ucsi_exec_command()