Searched refs:TB_CL2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dclx.c21 case TB_CL0S | TB_CL1 | TB_CL2:
23 case TB_CL1 | TB_CL2:
25 case TB_CL0S | TB_CL2:
92 if (clx & TB_CL2)
112 if (clx & TB_CL2)
147 if (!tb_port_clx_supported(port, TB_CL0S | TB_CL1 | TB_CL2))
160 ret |= TB_CL2;
340 if ((clx & TB_CL2) &&
H A Dtb.h458 #define TB_CL2 BIT(2) macro
H A Dtb.c210 ret = tb_switch_clx_enable(sw, clx | TB_CL2);

Completed in 109 milliseconds