Searched refs:in_dp_cap (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 626 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 647 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 658 ret = tb_port_write(out, &in_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 663 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_xchg_caps() 664 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_xchg_caps() 729 u32 in_dp_cap, in_rate, in_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 747 ret = tb_port_read(in, &in_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable() 757 in_rate = tb_dp_cap_get_rate(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 758 in_lanes = tb_dp_cap_get_lanes(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 777 in_rate = tb_dp_cap_get_rate_ext(in_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
|