Searched refs:PHY_ENABLE (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | samsung_mipi_dcphy.c | 71 #define PHY_ENABLE BIT(0) macro 1441 phy_update_bits(samsung, DPHY_MC_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1447 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1452 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1457 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1463 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1520 phy_update_bits(samsung, COMBO_MD0_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1521 phy_update_bits(samsung, COMBO_MD1_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1522 phy_update_bits(samsung, COMBO_MD2_GNR_CON0, PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1562 phy_update_bits(samsung, DPHY_MC_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-dcphy.c | 66 #define PHY_ENABLE BIT(0) macro 1307 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1314 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1320 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1326 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1333 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_dphy_lane_enable() 1345 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1347 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1349 PHY_ENABLE, PHY_ENABLE); in samsung_mipi_cphy_lane_enable() 1354 regmap_update_bits(samsung->regmap, DPHY_MC_GNR_CON0, PHY_ENABLE, 0); in samsung_mipi_dphy_lane_disable() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_cif.c | 1918 regmap_update_bits(samsung->regmap, RX_CLK_LANE_ENABLE, PHY_ENABLE, PHY_ENABLE); in vehicle_samsung_dcphy_rx_lane_enable() 1921 regmap_update_bits(samsung->regmap, RX_DATA_LANE0_ENABLE, PHY_ENABLE, PHY_ENABLE); in vehicle_samsung_dcphy_rx_lane_enable() 1923 regmap_update_bits(samsung->regmap, RX_DATA_LANE1_ENABLE, PHY_ENABLE, PHY_ENABLE); in vehicle_samsung_dcphy_rx_lane_enable() 1925 regmap_update_bits(samsung->regmap, RX_DATA_LANE2_ENABLE, PHY_ENABLE, PHY_ENABLE); in vehicle_samsung_dcphy_rx_lane_enable() 1927 regmap_update_bits(samsung->regmap, RX_DATA_LANE3_ENABLE, PHY_ENABLE, PHY_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() 2060 regmap_update_bits(samsung->regmap, RX_DATA_LANE0_ENABLE, PHY_ENABLE, 0); in vehicle_csi2_dcphy_stream_stop() 2062 regmap_update_bits(samsung->regmap, RX_DATA_LANE1_ENABLE, PHY_ENABLE, 0); in vehicle_csi2_dcphy_stream_stop() 2064 regmap_update_bits(samsung->regmap, RX_DATA_LANE2_ENABLE, PHY_ENABLE, 0); in vehicle_csi2_dcphy_stream_stop() 2066 regmap_update_bits(samsung->regmap, RX_DATA_LANE3_ENABLE, PHY_ENABLE, 0); in vehicle_csi2_dcphy_stream_stop()
|
| H A D | vehicle_samsung_dcphy_common.h | 93 #define PHY_ENABLE BIT(0) macro
|