Searched refs:TB_PORT_LCA_MASK (Results 1 – 2 of 2) sorted by relevance
220 #define TB_PORT_LCA_MASK GENMASK(28, 22) macro
585 data &= ~TB_PORT_LCA_MASK; in tb_port_set_initial_credits()586 data |= (credits << TB_PORT_LCA_SHIFT) & TB_PORT_LCA_MASK; in tb_port_set_initial_credits()