Lines Matching refs:out_dp_cap
578 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local
604 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
624 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_xchg_caps()
625 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps()
654 out_dp_cap = tb_dp_cap_set_rate(out_dp_cap, new_rate); in tb_dp_xchg_caps()
655 out_dp_cap = tb_dp_cap_set_lanes(out_dp_cap, new_lanes); in tb_dp_xchg_caps()
664 out_dp_cap |= DP_COMMON_CAP_LTTPR_NS; in tb_dp_xchg_caps()
668 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
677 u32 out_dp_cap, out_rate, out_lanes; in tb_dp_bandwidth_alloc_mode_enable() local
701 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable()
708 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
709 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
727 out_rate = tb_dp_cap_get_rate_ext(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()