Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dtb_msgs.h189 #define ICM_LINK_INFO_DEPTH_MASK GENMASK(7, 4) macro
Dicm.c719 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_connected()
858 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_disconnected()
888 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_xdomain_connected()