Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Dtrace.h65 __entry->bc_status = UCSI_CONSTAT_BC_STATUS(status->pwr_status);
H A Ducsi.h280 #define UCSI_CONSTAT_BC_STATUS(_p_) ((_p_) & GENMASK(2, 0)) macro