Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c652 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
673 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_xchg_caps()
674 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps()
705 out_dp_cap = tb_dp_cap_set_rate(out_dp_cap, new_rate); in tb_dp_xchg_caps()
706 out_dp_cap = tb_dp_cap_set_lanes(out_dp_cap, new_lanes); in tb_dp_xchg_caps()
715 out_dp_cap |= DP_COMMON_CAP_LTTPR_NS; in tb_dp_xchg_caps()
728 u32 out_dp_cap, out_rate, out_lanes; in tb_dp_bandwidth_alloc_mode_enable() local
752 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_bandwidth_alloc_mode_enable()
759 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
760 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_bandwidth_alloc_mode_enable()
[all …]