Searched refs:TB_LC_DESC_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
43 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in find_port_lc_cap()429 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in tb_lc_set_wake()465 start = (desc & TB_LC_DESC_SIZE_MASK) >> TB_LC_DESC_SIZE_SHIFT; in tb_lc_set_sleep()
577 #define TB_LC_DESC_SIZE_MASK GENMASK(15, 8) macro