Lines Matching refs:num_lanes
253 u32 num_lanes; member
294 u32 num_lanes);
312 u32 rate, u32 num_lanes);
316 u32 num_lanes,
705 if (dp->lanes > inst->num_lanes) in cdns_torrent_dp_verify_config()
731 u32 num_lanes) in cdns_torrent_dp_set_a0_pll() argument
744 if (num_lanes > 1) { in cdns_torrent_dp_set_a0_pll()
751 if (num_lanes > 2) { in cdns_torrent_dp_set_a0_pll()
956 cdns_torrent_dp_set_a0_pll(cdns_phy, inst->num_lanes); in cdns_torrent_dp_init()
962 lane_bits = (1 << inst->num_lanes) - 1; in cdns_torrent_dp_init()
980 inst->num_lanes); in cdns_torrent_dp_init()
991 ret = cdns_torrent_dp_run(cdns_phy, inst->num_lanes); in cdns_torrent_dp_init()
1027 for (i = 0; i < inst->num_lanes; i++) in cdns_torrent_dp_pma_cfg()
1424 u32 rate, u32 num_lanes) in cdns_torrent_dp_pma_cmn_rate() argument
1465 for (i = 0; i < num_lanes; i++) in cdns_torrent_dp_pma_cmn_rate()
1514 u32 num_lanes, in cdns_torrent_dp_set_power_state() argument
1541 switch (num_lanes) { in cdns_torrent_dp_set_power_state()
1575 static int cdns_torrent_dp_run(struct cdns_torrent_phy *cdns_phy, u32 num_lanes) in cdns_torrent_dp_run() argument
1596 ret = cdns_torrent_dp_set_power_state(cdns_phy, num_lanes, in cdns_torrent_dp_run()
1601 ret = cdns_torrent_dp_set_power_state(cdns_phy, num_lanes, in cdns_torrent_dp_run()
1875 for (i = 0; i < inst->num_lanes; i++) { in cdns_torrent_phy_init()
1910 for (i = 0; i < inst->num_lanes; i++) { in cdns_torrent_phy_init()
1923 for (i = 0; i < inst->num_lanes; i++) { in cdns_torrent_phy_init()
1942 int i, j, node, mlane, num_lanes, ret; in cdns_torrent_phy_configure_multilink() local
1973 num_lanes = cdns_phy->phys[node].num_lanes; in cdns_torrent_phy_configure_multilink()
2007 for (i = 0; i < num_lanes; i++) { in cdns_torrent_phy_configure_multilink()
2042 for (i = 0; i < num_lanes; i++) { in cdns_torrent_phy_configure_multilink()
2055 for (i = 0; i < num_lanes; i++) { in cdns_torrent_phy_configure_multilink()
2207 &cdns_phy->phys[node].num_lanes)) { in cdns_torrent_phy_probe()
2214 total_num_lanes += cdns_phy->phys[node].num_lanes; in cdns_torrent_phy_probe()
2228 switch (cdns_phy->phys[node].num_lanes) { in cdns_torrent_phy_probe()
2236 cdns_phy->phys[node].num_lanes); in cdns_torrent_phy_probe()
2283 cdns_phy->phys[node].num_lanes, in cdns_torrent_phy_probe()
2287 gphy->attrs.bus_width = cdns_phy->phys[node].num_lanes; in cdns_torrent_phy_probe()