Searched refs:TPS_STATUS_PORTROLE (Results 1 – 3 of 3) sorted by relevance
21 #define TPS_STATUS_PORTROLE BIT(5) macro22 #define TPS_STATUS_TO_TYPEC_PORTROLE(s) (!!((s) & TPS_STATUS_PORTROLE))
150 { TPS_STATUS_PORTROLE, "PORTROLE" }, \163 { TPS_STATUS_PORTROLE, "PORTROLE" }, \
578 return status & (TPS_STATUS_PORTROLE | TPS_STATUS_DATAROLE); in tps6598x_has_role_changed()