Searched refs:T_PHY_READY (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | samsung_mipi_dcphy.c | 73 #define T_PHY_READY(x) UPDATE(x, 15, 0) macro 1440 phy_write(samsung, DPHY_MC_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1445 phy_write(samsung, DPHY_MD3_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1450 phy_write(samsung, COMBO_MD2_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1455 phy_write(samsung, COMBO_MD1_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1461 phy_write(samsung, COMBO_MD0_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1516 phy_write(samsung, COMBO_MD0_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable() 1517 phy_write(samsung, COMBO_MD1_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable() 1518 phy_write(samsung, COMBO_MD2_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-dcphy.c | 68 #define T_PHY_READY(x) UPDATE(x, 15, 0) macro 1305 regmap_write(samsung->regmap, DPHY_MC_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1312 T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1318 T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1324 T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1331 T_PHY_READY(0x2000)); in samsung_mipi_dphy_lane_enable() 1340 regmap_write(samsung->regmap, COMBO_MD0_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable() 1341 regmap_write(samsung->regmap, COMBO_MD1_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable() 1342 regmap_write(samsung->regmap, COMBO_MD2_GNR_CON1, T_PHY_READY(0x2000)); in samsung_mipi_cphy_lane_enable()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_samsung_dcphy_common.h | 95 #define T_PHY_READY(x) UPDATE(x, 15, 0) macro
|