Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/phy/cadence/
Dcdns-dphy.c114 static const unsigned int tx_bands[] = { variable
312 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()