Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dtypec_tbt.h51 #define TBT_SET_CABLE_ROUNDED(_g_) (((_g_) & GENMASK(1, 0)) << 19) macro
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c467 data.cable_mode |= TBT_SET_CABLE_ROUNDED(pd_ctrl->cable_gen); in cros_typec_enable_tbt()