Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
H A Dtb.c270 unsigned int clx = TB_CL0S | TB_CL1; in tb_enable_clx()
351 if (tb_switch_clx_is_enabled(sw, TB_CL1)) in tb_increase_switch_tmu_accuracy()
418 if (tb_switch_clx_is_enabled(sw, TB_CL1)) { in tb_enable_tmu()
H A Dtb.h446 #define TB_CL1 BIT(1) macro