Searched refs:TB_CL1 (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:
27 case TB_CL0S | TB_CL1:
90 if (clx & TB_CL1)
110 if (clx & TB_CL1)
147 if (!tb_port_clx_supported(port, TB_CL0S | TB_CL1 | TB_CL2))
158 ret |= TB_CL1;
301 if (clx & TB_CL1)
H A Dtb.c175 unsigned int clx = TB_CL0S | TB_CL1;
256 if (tb_switch_clx_is_enabled(sw, TB_CL1))
305 if (tb_switch_clx_is_enabled(sw, TB_CL1))
H A Dtb.h457 #define TB_CL1 BIT(1) macro

Completed in 272 milliseconds