Searched refs:UCSI_CONSTAT_BC_STATUS (Results 1 – 3 of 3) sorted by relevance
65 __entry->bc_status = UCSI_CONSTAT_BC_STATUS(status->pwr_status);
211 switch (UCSI_CONSTAT_BC_STATUS(con->status.pwr_status)) { in ucsi_psy_get_charge_type()
351 #define UCSI_CONSTAT_BC_STATUS(_p_) ((_p_) & GENMASK(1, 0)) macro