Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dswitch.c475 if (port->cap_phy == 0) { in tb_port_state()
479 res = tb_port_read(port, &phy, TB_CFG_PORT, port->cap_phy, 2); in tb_port_state()
506 if (!port->cap_phy) { in tb_wait_for_port()
644 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
655 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
731 port->cap_phy = cap; in tb_init_port()
914 if (!port->cap_phy) in tb_port_get_link_speed()
918 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_speed()
975 if (!port->cap_phy) in tb_port_get_link_width()
979 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_width()
[all …]
H A Dusb4.c1618 if (!port->cap_phy) in usb4_port_asym_set_link_width()
1622 port->cap_phy + LANE_ADP_CS_1, 1); in usb4_port_asym_set_link_width()
1645 port->cap_phy + LANE_ADP_CS_1, 1); in usb4_port_asym_set_link_width()
H A Dxdomain.c550 port->cap_phy + LANE_ADP_CS_0, ARRAY_SIZE(val)); in tb_xdp_link_state_status_response()
1301 ret = tb_port_read(port, &val, TB_CFG_PORT, port->cap_phy + LANE_ADP_CS_1, 1); in tb_xdomain_link_state_change()
H A Dtb.h285 int cap_phy; member