Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/cadence/
Dcdns-dphy.c115 static const unsigned int tx_bands[] = { variable
313 if (rate < tx_bands[0]) in cdns_dphy_tx_get_band_ctrl()
316 for (i = 0; i < ARRAY_SIZE(tx_bands) - 1; i++) { in cdns_dphy_tx_get_band_ctrl()
317 if (rate >= tx_bands[i] && rate < tx_bands[i + 1]) in cdns_dphy_tx_get_band_ctrl()