Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dclx.c21 case TB_CL0S | TB_CL1 | TB_CL2: in clx_name()
25 case TB_CL0S | TB_CL2: in clx_name()
27 case TB_CL0S | TB_CL1: in clx_name()
29 case TB_CL0S: in clx_name()
88 if (clx & TB_CL0S) in tb_port_clx_supported()
108 if (clx & TB_CL0S) in tb_port_clx_set()
147 if (!tb_port_clx_supported(port, TB_CL0S | TB_CL1 | TB_CL2)) in tb_port_clx()
156 ret |= TB_CL0S; in tb_port_clx()
302 return (clx & TB_CL0S) == TB_CL0S; in validate_mask()
Dtb.h460 #define TB_CL0S BIT(0) macro
Dtb.c175 unsigned int clx = TB_CL0S | TB_CL1; in tb_enable_clx()