Searched refs:out_dp_cap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 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_POR in tb_dp_xchg_caps() 677 u32 out_dp_cap, out_rate, out_lanes; tb_dp_bandwidth_alloc_mode_enable() local [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 423 u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; in tb_dp_xchg_caps() local 449 ret = tb_port_read(out, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps() 469 out_rate = tb_dp_cap_get_rate(out_dp_cap); in tb_dp_xchg_caps() 470 out_lanes = tb_dp_cap_get_lanes(out_dp_cap); in tb_dp_xchg_caps() 499 out_dp_cap = tb_dp_cap_set_rate(out_dp_cap, new_rate); in tb_dp_xchg_caps() 500 out_dp_cap = tb_dp_cap_set_lanes(out_dp_cap, new_lanes); in tb_dp_xchg_caps() 503 return tb_port_write(in, &out_dp_cap, TB_CFG_PORT, in tb_dp_xchg_caps()
|
Completed in 5 milliseconds