Home
last modified time | relevance | path

Searched refs:cap_usb4 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dusb4.c188 if (!port->cap_usb4) in usb4_switch_check_wakes()
192 port->cap_usb4 + PORT_CS_18, 1)) in usb4_switch_check_wakes()
218 if (!port->cap_usb4) in link_is_usb4()
222 port->cap_usb4 + PORT_CS_18, 1)) in link_is_usb4()
397 ret = tb_port_read(up, &val, TB_CFG_PORT, up->cap_usb4 + PORT_CS_18, 1); in usb4_switch_lane_bonding_possible()
429 if (!port->cap_usb4) in usb4_switch_set_wake()
433 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
456 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
1044 if (!port->cap_usb4) in usb4_switch_add_ports()
1128 if (!port->cap_usb4) in usb4_port_reset()
[all …]
H A Dswitch.c681 return port->cap_usb4 ? usb4_port_reset(port) : 0; in tb_port_reset()
726 port->cap_usb4 = cap; in tb_init_port()
733 if (port->cap_usb4) { in tb_init_port()
3230 if (!port->cap_usb4) in tb_switch_port_hotplug_enable()
H A Dtb.h274 int cap_usb4; member