Searched refs:mlane (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/phy/cadence/ |
H A D | phy-cadence-sierra.c | 347 u32 mlane; member 576 regmap = phy->regmap_phy_pma_lane_cdb[i + ins->mlane]; in cdns_sierra_phy_init() 598 regmap = phy->regmap_lane_cdb[i + ins->mlane]; in cdns_sierra_phy_init() 632 ret = regmap_field_read_poll_timeout(sp->phy_iso_link_ctrl_1[ins->mlane], in cdns_sierra_phy_on() 651 ret = regmap_field_read_poll_timeout(sp->pllctrl_lock[ins->mlane], in cdns_sierra_phy_on() 943 if (of_property_read_u32(child, "reg", &inst->mlane)) in cdns_sierra_get_optional() 1254 int i, j, node, mlane, num_lanes, ret; in cdns_sierra_phy_configure_multilink() local 1301 mlane = sp->phys[node].mlane; in cdns_sierra_phy_configure_multilink() 1321 regmap = sp->regmap_phy_pma_lane_cdb[i + mlane]; in cdns_sierra_phy_configure_multilink() 1343 regmap = sp->regmap_lane_cdb[i + mlane]; in cdns_sierra_phy_configure_multilink()
|
H A D | phy-cadence-torrent.c | 342 u32 mlane; member 1264 cdns_torrent_phy_write(cdns_phy->regmap_tx_lane_cdb[inst->mlane + i], in cdns_torrent_dp_pma_cmn_rate() 1432 << PHY_POWER_STATE_LN(inst->mlane + i)); in cdns_torrent_dp_set_a0_pll() 1434 pll_clk_en &= ~(0x01U << (inst->mlane + i)); in cdns_torrent_dp_set_a0_pll() 1451 u32 clane = inst->mlane; in cdns_torrent_dp_set_lanes() 1559 val = cdns_torrent_phy_read(cdns_phy->regmap_tx_lane_cdb[inst->mlane + lane], in cdns_torrent_dp_set_voltages() 1566 cdns_torrent_phy_write(cdns_phy->regmap_tx_lane_cdb[inst->mlane + lane], in cdns_torrent_dp_set_voltages() 1569 cdns_torrent_phy_write(cdns_phy->regmap_tx_lane_cdb[inst->mlane + lane], in cdns_torrent_dp_set_voltages() 1572 cdns_torrent_phy_write(cdns_phy->regmap_tx_lane_cdb[inst->mlane + lane], in cdns_torrent_dp_set_voltages() 1575 cdns_torrent_phy_write(cdns_phy->regmap_tx_lane_cdb[inst->mlane + lane], in cdns_torrent_dp_set_voltages() [all …]
|