Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtunnel.c1502 u32 dp_cap, rate, lanes; in tb_dp_dump() local
1507 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1511 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1512 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1518 if (tb_port_read(out, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1522 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1523 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
1529 if (tb_port_read(in, &dp_cap, TB_CFG_PORT, in tb_dp_dump()
1533 rate = tb_dp_cap_get_rate(dp_cap); in tb_dp_dump()
1534 lanes = tb_dp_cap_get_lanes(dp_cap); in tb_dp_dump()
[all...]