Searched refs:TPS_STATUS_PLUG_UPSIDE_DOWN (Results 1 – 2 of 2) sorted by relevance
19 #define TPS_STATUS_PLUG_UPSIDE_DOWN BIT(4) macro20 #define TPS_STATUS_TO_UPSIDE_DOWN(s) (!!((s) & TPS_STATUS_PLUG_UPSIDE_DOWN))
134 { TPS_STATUS_PLUG_UPSIDE_DOWN, "UPSIDE_DOWN" }, \