Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dtb_msgs.h200 #define ICM_LINK_INFO_DEPTH_MASK GENMASK(7, 4) macro
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()