Searched refs:TB_LC_DESC_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
41 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in find_port_lc_cap()158 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in tb_lc_set_sleep()
277 #define TB_LC_DESC_SIZE_MASK GENMASK(15, 8) macro