Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/cadence/
Dcdns-dphy-rx.c150 int band_ctrl, ret; in cdns_dphy_rx_configure() local
156 band_ctrl = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_configure()
157 if (band_ctrl < 0) in cdns_dphy_rx_configure()
158 return band_ctrl; in cdns_dphy_rx_configure()
160 reg = FIELD_PREP(DPHY_BAND_CFG_LEFT_BAND, band_ctrl) | in cdns_dphy_rx_configure()
161 FIELD_PREP(DPHY_BAND_CFG_RIGHT_BAND, band_ctrl); in cdns_dphy_rx_configure()
Dcdns-dphy.c339 int ret, band_ctrl; in cdns_dphy_configure() local
369 band_ctrl = cdns_dphy_tx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_configure()
370 if (band_ctrl < 0) in cdns_dphy_configure()
371 return band_ctrl; in cdns_dphy_configure()
373 reg = FIELD_PREP(DPHY_BAND_CFG_LEFT_BAND, band_ctrl) | in cdns_dphy_configure()
374 FIELD_PREP(DPHY_BAND_CFG_RIGHT_BAND, band_ctrl); in cdns_dphy_configure()