Searched refs:band_ctrl (Results 1 – 2 of 2) sorted by relevance
175 int band_ctrl, ret; in cdns_dphy_rx_configure() local189 band_ctrl = cdns_dphy_rx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_rx_configure()190 if (band_ctrl < 0) in cdns_dphy_rx_configure()191 return band_ctrl; in cdns_dphy_rx_configure()193 reg = FIELD_PREP(DPHY_BAND_CFG_LEFT_BAND, band_ctrl) | in cdns_dphy_rx_configure()194 FIELD_PREP(DPHY_BAND_CFG_RIGHT_BAND, band_ctrl); in cdns_dphy_rx_configure()
338 int ret, band_ctrl; in cdns_dphy_configure() local368 band_ctrl = cdns_dphy_tx_get_band_ctrl(opts->mipi_dphy.hs_clk_rate); in cdns_dphy_configure()369 if (band_ctrl < 0) in cdns_dphy_configure()370 return band_ctrl; in cdns_dphy_configure()372 reg = FIELD_PREP(DPHY_BAND_CFG_LEFT_BAND, band_ctrl) | in cdns_dphy_configure()373 FIELD_PREP(DPHY_BAND_CFG_RIGHT_BAND, band_ctrl); in cdns_dphy_configure()