Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dtb_msgs.h184 #define ICM_LINK_INFO_DEPTH_MASK GENMASK(7, 4) macro
Dicm.c592 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_connected()
712 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_device_disconnected()
742 depth = (pkg->link_info & ICM_LINK_INFO_DEPTH_MASK) >> in icm_fr_xdomain_connected()