Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb_msgs.h194 #define ICM_LINK_INFO_DEPTH_MASK GENMASK(7, 4) macro
H A Dicm.c737 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_connected()
876 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_disconnected()
912 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_xdomain_connected()