Home
last modified time | relevance | path

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

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