Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/tipd/
H A Dtps6598x.h19 #define TPS_STATUS_PLUG_UPSIDE_DOWN BIT(4) macro
20 #define TPS_STATUS_TO_UPSIDE_DOWN(s) (!!((s) & TPS_STATUS_PLUG_UPSIDE_DOWN))
H A Dtrace.h134 { TPS_STATUS_PLUG_UPSIDE_DOWN, "UPSIDE_DOWN" }, \