Home
last modified time | relevance | path

Searched refs:RX_CLK_LANE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_samsung_dcphy_common.h195 #define RX_CLK_LANE_ENABLE (0xB00) macro
H A Dvehicle_cif.c1918 regmap_update_bits(samsung->regmap, RX_CLK_LANE_ENABLE, PHY_ENABLE, PHY_ENABLE); in vehicle_samsung_dcphy_rx_lane_enable()
1931 ret = regmap_read_poll_timeout(samsung->regmap, RX_CLK_LANE_ENABLE, in vehicle_samsung_dcphy_rx_lane_enable()
2057 regmap_update_bits(samsung->regmap, RX_CLK_LANE_ENABLE, PHY_ENABLE, 0); in vehicle_csi2_dcphy_stream_stop()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.c168 #define RX_CLK_LANE_ENABLE (0xB00) macro
2131 regmap_update_bits(samsung->regmap, RX_CLK_LANE_ENABLE, PHY_ENABLE, PHY_ENABLE); in samsung_dcphy_rx_lane_enable()
2144 ret = regmap_read_poll_timeout(samsung->regmap, RX_CLK_LANE_ENABLE, in samsung_dcphy_rx_lane_enable()
2257 regmap_update_bits(samsung->regmap, RX_CLK_LANE_ENABLE, PHY_ENABLE, 0); in samsung_dcphy_rx_stream_off()