Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dtb_msgs.h190 #define ICM_LINK_INFO_DEPTH_MASK GENMASK(7, 4) macro
Dicm.c739 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_connected()
878 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_disconnected()
914 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_xdomain_connected()