Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thunderbolt/
Dtunnel.c1244 u32 dp_cap, rate, lanes; in tb_dp_dump() local
1249 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1253 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1254 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1261 if (tb_port_read(out, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1265 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1266 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1271 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1275 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1276 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()