Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dclx.c21 case TB_CL0S | TB_CL1 | TB_CL2: in clx_name()
23 case TB_CL1 | TB_CL2: in clx_name()
27 case TB_CL0S | TB_CL1: in clx_name()
90 if (clx & TB_CL1) in tb_port_clx_supported()
110 if (clx & TB_CL1) in tb_port_clx_set()
147 if (!tb_port_clx_supported(port, TB_CL0S | TB_CL1 | TB_CL2)) in tb_port_clx()
158 ret |= TB_CL1; in tb_port_clx()
301 if (clx & TB_CL1) in validate_mask()
Dtb.c247 unsigned int clx = TB_CL0S | TB_CL1; in tb_enable_clx()
310 if (tb_switch_clx_is_enabled(sw, TB_CL1)) in tb_increase_switch_tmu_accuracy()
359 if (tb_switch_clx_is_enabled(sw, TB_CL1)) in tb_enable_tmu()
Dtb.h447 #define TB_CL1 BIT(1) macro