Home
last modified time | relevance | path

Searched refs:cap_phy (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/thunderbolt/
Dclx.c44 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_pm_secondary_set()
54 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_pm_secondary_set()
96 port->cap_phy + LANE_ADP_CS_0, 1); in tb_port_clx_supported()
119 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_clx_set()
129 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_clx_set()
151 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_clx()
Dswitch.c472 if (port->cap_phy == 0) { in tb_port_state()
476 res = tb_port_read(port, &phy, TB_CFG_PORT, port->cap_phy, 2); in tb_port_state()
501 if (!port->cap_phy) { in tb_wait_for_port()
637 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
648 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
713 port->cap_phy = cap; in tb_init_port()
896 if (!port->cap_phy) in tb_port_get_link_speed()
900 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_speed()
929 if (!port->cap_phy) in tb_port_get_link_width()
933 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_width()
[all …]
Dxdomain.c550 port->cap_phy + LANE_ADP_CS_0, ARRAY_SIZE(val)); in tb_xdp_link_state_status_response()
1297 ret = tb_port_read(port, &val, TB_CFG_PORT, port->cap_phy + LANE_ADP_CS_1, 1); in tb_xdomain_link_state_change()
Dtb.h273 int cap_phy; member