Searched refs:ICM_PORT_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ | ||
H A D | tb_msgs.h | 185 #define ICM_PORT_TYPE_MASK GENMASK(23, 0) macro |
H A D | icm.c | 391 if ((port & ICM_PORT_TYPE_MASK) != TB_TYPE_PORT) in icm_fr_get_switch_index() |