Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c1285 u32 dp_cap, rate, lanes; in tb_dp_dump() local
1290 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1294 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1295 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1303 if (tb_port_read(out, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1307 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1308 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1314 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1318 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1319 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()