Searched refs:clx_mask (Results 1 – 1 of 1) sorted by relevance
1207 static bool tb_port_clx_supported(struct tb_port *port, unsigned int clx_mask) in tb_port_clx_supported() argument1227 if (clx_mask & TB_CL1) { in tb_port_clx_supported()1231 if (clx_mask & TB_CL2) in tb_port_clx_supported()1285 bool tb_port_is_clx_enabled(struct tb_port *port, unsigned int clx_mask) in tb_port_is_clx_enabled() argument1290 if (!tb_port_clx_supported(port, clx_mask)) in tb_port_is_clx_enabled()1293 if (clx_mask & TB_CL1) in tb_port_is_clx_enabled()1295 if (clx_mask & TB_CL2) in tb_port_is_clx_enabled()