Searched refs:UCSI_CCI_LENGTH (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/typec/ucsi/ | ||
H A D | ucsi.h | 40 #define UCSI_CCI_LENGTH(_c_) (((_c_) & GENMASK(15, 8)) >> 8) macro |
H A D | ucsi.c | 171 return UCSI_CCI_LENGTH(cci); in ucsi_exec_command() |