Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_mipi_dphy.h124 rk628_i2c_update_bits(rk628, CSITX_DPHY_CTRL, DPHY_ENABLECLK, in mipi_dphy_enableclk_assert()
125 DPHY_ENABLECLK); in mipi_dphy_enableclk_assert()
131 rk628_i2c_update_bits(rk628, CSITX_DPHY_CTRL, DPHY_ENABLECLK, 0); in mipi_dphy_enableclk_deassert()
H A Drk628_csi.h78 #define DPHY_ENABLECLK BIT(3) macro
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_csi.c147 rk628_i2c_update_bits(rk628, CSITX_DPHY_CTRL, DPHY_ENABLECLK, in mipi_dphy_enableclk_assert()
148 DPHY_ENABLECLK); in mipi_dphy_enableclk_assert()
154 rk628_i2c_update_bits(rk628, CSITX_DPHY_CTRL, DPHY_ENABLECLK, 0); in mipi_dphy_enableclk_deassert()
H A Drk628_csi.h79 #define DPHY_ENABLECLK BIT(3) macro