Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c659 out->cap_adap + DP_REMOTE_CAP, 1); in tb_dp_xchg_caps()
720 in->cap_adap + DP_REMOTE_CAP, 1); in tb_dp_xchg_caps()
1102 case DP_REMOTE_CAP: in tb_dp_read_cap()
1178 ret = tb_dp_read_cap(tunnel, DP_REMOTE_CAP, in tb_dp_consumed_bandwidth()
1184 ret = tb_dp_read_cap(tunnel, DP_REMOTE_CAP, &rate, &lanes); in tb_dp_consumed_bandwidth()
1315 in->cap_adap + DP_REMOTE_CAP, 1)) in tb_dp_dump()
H A Dtb_regs.h432 #define DP_REMOTE_CAP 0x05 macro