Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
H A 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()
720 port->cap_phy = cap; in tb_init_port()
903 if (!port->cap_phy) in tb_port_get_link_speed()
907 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_speed()
978 if (!port->cap_phy) in tb_port_get_link_width()
982 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_width()
[all …]
H A Dusb4.c1530 if (!port->cap_phy) in usb4_port_asym_set_link_width()
1534 port->cap_phy + LANE_ADP_CS_1, 1); in usb4_port_asym_set_link_width()
1557 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()
1297 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.h271 int cap_phy; member