Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/ !
Dclx.c21 case TB_CL0S | TB_CL1 | TB_CL2: in clx_name()
23 case TB_CL1 | TB_CL2: in clx_name()
25 case TB_CL0S | TB_CL2: in clx_name()
92 if (clx & TB_CL2) in tb_port_clx_supported()
112 if (clx & TB_CL2) in tb_port_clx_set()
147 if (!tb_port_clx_supported(port, TB_CL0S | TB_CL1 | TB_CL2)) in tb_port_clx()
160 ret |= TB_CL2; in tb_port_clx()
340 if ((clx & TB_CL2) && in tb_switch_clx_enable()
Dtb.h448 #define TB_CL2 BIT(2) macro
Dtb.c282 ret = tb_switch_clx_enable(sw, clx | TB_CL2); in tb_enable_clx()