Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dtb_regs.h230 #define TB_DP_AUX_TX_HOPID_MASK GENMASK(10, 0) macro
Dswitch.c883 data[1] &= ~(TB_DP_AUX_RX_HOPID_MASK | TB_DP_AUX_TX_HOPID_MASK); in tb_dp_port_set_hops()
886 data[1] |= aux_tx & TB_DP_AUX_TX_HOPID_MASK; in tb_dp_port_set_hops()