/openbmc/linux/drivers/thunderbolt/ |
H A D | usb4.c | 455 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_switch_set_wake() 1094 return tb_port_write(port, &val, TB_CFG_PORT, ADP_CS_4, 1); in usb4_port_unlock() 1114 return tb_port_write(port, &val, TB_CFG_PORT, ADP_CS_5, 1); in usb4_port_hotplug_enable() 1138 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_reset() 1152 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_reset() 1174 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_set_configured() 1218 return tb_port_write(port, &val, TB_CFG_PORT, in usb4_set_xdomain_configured() 1284 return tb_port_write(port, data, TB_CFG_PORT, port->cap_usb4 + PORT_CS_2, in usb4_port_write_data() 1305 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_read() 1352 ret = tb_port_write(port, &val, TB_CFG_PORT, in usb4_port_sb_write() [all …]
|
H A D | tmu.c | 179 return tb_port_write(port, &data, TB_CFG_PORT, in tb_port_tmu_write() 250 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_tmu_enhanced_enable() 275 ret = tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() 290 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() 311 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_tmu_rate_write()
|
H A D | clx.c | 53 return tb_port_write(port, &phy, TB_CFG_PORT, in tb_port_pm_secondary_set() 128 return tb_port_write(port, &phy, TB_CFG_PORT, in tb_port_clx_set()
|
H A D | path.c | 410 ret = tb_port_write(port, &hop, TB_CFG_HOPS, 2 * hop_index, 2); in __tb_path_deactivate_hop() 436 return tb_port_write(port, &hop, TB_CFG_HOPS, in __tb_path_deactivate_hop() 574 res = tb_port_write(path->hops[i].in_port, &hop, TB_CFG_HOPS, in tb_path_activate()
|
H A D | switch.c | 592 return tb_port_write(port, &port->config.nfc_credits, in tb_port_add_nfc_credits() 607 return tb_port_write(port, zero, TB_CFG_COUNTERS, 3 * counter, 3); in tb_port_clear_counter() 647 ret = tb_port_write(port, &phy, TB_CFG_PORT, in __tb_port_enable() 1074 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_link_width() 1108 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_lane_bonding() 1369 return tb_port_write(port, &word, TB_CFG_PORT, in tb_usb3_port_enable() 1398 return tb_port_write(port, &word, TB_CFG_PORT, in tb_pci_port_enable() 1438 return tb_port_write(port, &data, TB_CFG_PORT, in tb_dp_port_hpd_clear() 1477 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_set_hops() 1519 return tb_port_write(port, data, TB_CFG_PORT, in tb_dp_port_enable()
|
H A D | debugfs.c | 153 ret = tb_port_write(port, &val, TB_CFG_PORT, offset, 1); in regs_write() 1040 ret = tb_port_write(port, buf, TB_CFG_COUNTERS, 0, in port_clear_all_counters() 1077 ret = tb_port_write(port, &val, TB_CFG_COUNTERS, in counters_write()
|
H A D | tunnel.c | 451 ret = tb_port_write(out, &val, TB_CFG_PORT, in tb_dp_cm_handshake() 658 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 719 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
H A D | tb.h | 673 static inline int tb_port_write(struct tb_port *port, const void *buffer, in tb_port_write() function
|