Searched refs:UCSI_CONSTAT_BC_STATUS (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/typec/ucsi/ | ||
D | trace.h | 65 __entry->bc_status = UCSI_CONSTAT_BC_STATUS(status->pwr_status); |
D | ucsi.h | 268 #define UCSI_CONSTAT_BC_STATUS(_p_) ((_p_) & GENMASK(2, 0)) macro |