Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.h44 #define UCSI_CCI_BUSY BIT(28) macro
H A Ducsi.c142 if (cmd != UCSI_CANCEL && cci & UCSI_CCI_BUSY) in ucsi_exec_command()