Searched refs:out_dp_cap (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 734 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 755 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_xchg_caps() 756 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps() 787 out_dp_cap = tb_dp_cap_set_rate(out_dp_cap, new_rate); in tb_dp_xchg_caps() 788 out_dp_cap = tb_dp_cap_set_lanes(out_dp_cap, new_lanes); in tb_dp_xchg_caps() 797 out_dp_cap |= DP_COMMON_CAP_LTTPR_NS; in tb_dp_xchg_caps() 810 u32 out_dp_cap, out_rate, out_lanes; in tb_dp_bandwidth_alloc_mode_enable() local 834 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable() 841 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() 842 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable() [all …]
|