Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dswitch.c515 if (port->cap_phy == 0) { in tb_port_state()
519 res = tb_port_read(port, &phy, TB_CFG_PORT, port->cap_phy, 2); in tb_port_state()
542 if (!port->cap_phy) { in tb_wait_for_port()
685 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
695 port->cap_phy + LANE_ADP_CS_1, 1); in __tb_port_enable()
749 port->cap_phy = cap; in tb_init_port()
916 if (!port->cap_phy) in tb_port_get_link_speed()
920 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_speed()
934 if (!port->cap_phy) in tb_port_get_link_width()
938 port->cap_phy + LANE_ADP_CS_1, 1); in tb_port_get_link_width()
[all …]
H A Dtb.h205 int cap_phy; member