Searched refs:UCSI_CCI_LENGTH (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/usb/typec/ucsi/ | ||
| D | ucsi.h | 28 #define UCSI_CCI_LENGTH(_c_) (((_c_) & GENMASK(15, 8)) >> 8) macro |
| D | ucsi.c | 146 return UCSI_CCI_LENGTH(cci); in ucsi_exec_command() |