Searched refs:dp_cap (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 1510 u32 dp_cap, rate, lanes; in tb_dp_dump() local 1515 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1519 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1520 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump() 1526 if (tb_port_read(out, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1530 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1531 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump() 1537 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump() 1541 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump() 1542 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
|