Searched refs:cap_phy (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ ! |
D | switch.c | 475 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() 504 if (!port->cap_phy) { in tb_wait_for_port() 632 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable() 643 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable() 708 port->cap_phy = cap; in tb_init_port() 891 if (!port->cap_phy) in tb_port_get_link_speed() 895 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_speed() 916 if (!port->cap_phy) in tb_port_get_link_width() 920 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_width() [all …]
|
D | xdomain.c | 551 port->cap_phy + LANE_ADP_CS_0, ARRAY_SIZE(val)); in tb_xdp_link_state_status_response() 1270 ret = tb_port_read(port, &val, TB_CFG_PORT, port->cap_phy + LANE_ADP_CS_1, 1); in tb_xdomain_link_state_change()
|
D | tb.h | 259 int cap_phy; member
|