Lines Matching refs:phy_update_bits

1246 static inline void phy_update_bits(struct samsung_mipi_dcphy *samsung,  in phy_update_bits()  function
1312 phy_update_bits(samsung, BIAS_CON4, I_MUX_SEL_MASK, I_MUX_SEL(2)); in samsung_mipi_dcphy_bias_block_enable()
1321 phy_update_bits(samsung, PLL_CON0, S_MASK | P_MASK, in samsung_mipi_dcphy_pll_configure()
1324 phy_update_bits(samsung, PLL_CON2, M_MASK, M(samsung->pll.fbdiv)); in samsung_mipi_dcphy_pll_configure()
1329 phy_update_bits(samsung, PLL_CON4, SSCG_EN, SSCG_EN); in samsung_mipi_dcphy_pll_configure()
1467 phy_update_bits(samsung, PLL_CON0, PLL_EN, PLL_EN); in samsung_mipi_dcphy_pll_enable()
1477 phy_update_bits(samsung, PLL_CON0, PLL_EN, 0); in samsung_mipi_dcphy_pll_disable()
1483 phy_update_bits(samsung, DPHY_MC_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable()
1488 phy_update_bits(samsung, DPHY_MD3_GNR_CON0, in samsung_mipi_dphy_lane_enable()
1493 phy_update_bits(samsung, COMBO_MD2_GNR_CON0, in samsung_mipi_dphy_lane_enable()
1498 phy_update_bits(samsung, COMBO_MD1_GNR_CON0, in samsung_mipi_dphy_lane_enable()
1504 phy_update_bits(samsung, COMBO_MD0_GNR_CON0, in samsung_mipi_dphy_lane_enable()
1562 phy_update_bits(samsung, COMBO_MD0_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable()
1563 phy_update_bits(samsung, COMBO_MD1_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable()
1564 phy_update_bits(samsung, COMBO_MD2_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable()
1607 phy_update_bits(samsung, DPHY_MC_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable()
1608 phy_update_bits(samsung, COMBO_MD0_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable()
1609 phy_update_bits(samsung, COMBO_MD1_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable()
1610 phy_update_bits(samsung, COMBO_MD2_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable()
1611 phy_update_bits(samsung, DPHY_MD3_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable()
1616 phy_update_bits(samsung, COMBO_MD0_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_cphy_lane_disable()
1617 phy_update_bits(samsung, COMBO_MD1_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_cphy_lane_disable()
1618 phy_update_bits(samsung, COMBO_MD2_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_cphy_lane_disable()