Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb_regs.h220 #define TB_PORT_LCA_MASK GENMASK(28, 22) macro
Dswitch.c585 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()