Searched refs:tx_bands (Results 1 – 1 of 1) sorted by relevance
114 static const unsigned int tx_bands[] = { variable312 if (rate < tx_bands[0]) in cdns_dphy_tx_get_band_ctrl()315 for (i = 0; i < ARRAY_SIZE(tx_bands) - 1; i++) { in cdns_dphy_tx_get_band_ctrl()316 if (rate >= tx_bands[i] && rate < tx_bands[i + 1]) in cdns_dphy_tx_get_band_ctrl()