Searched refs:band_ctrl (Results 1 – 1 of 1) sorted by relevance
176 int band_ctrl, ret; in cdns_dphy_rx_configure() local190 band_ctrl = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_configure()191 if (band_ctrl < 0) in cdns_dphy_rx_configure()192 return band_ctrl; in cdns_dphy_rx_configure()194 reg = FIELD_PREP(DPHY_BAND_CFG_LEFT_BAND, band_ctrl) | in cdns_dphy_rx_configure()195 FIELD_PREP(DPHY_BAND_CFG_RIGHT_BAND, band_ctrl); in cdns_dphy_rx_configure()