Searched refs:PHY_TESTCLK (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 179 rk_mipi_dsi_write(regs, PHY_TESTCLK, 1); in rk_mipi_phy_write() 182 rk_mipi_dsi_write(regs, PHY_TESTCLK, 0); in rk_mipi_phy_write() 187 rk_mipi_dsi_write(regs, PHY_TESTCLK, 0); in rk_mipi_phy_write() 189 rk_mipi_dsi_write(regs, PHY_TESTCLK, 1); in rk_mipi_phy_write()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 127 #define PHY_TESTCLK DSI_HOST_BITS(0x0b4, 1, 1) macro
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 174 #define PHY_TESTCLK BIT(1) macro 393 dsi_update_bits(dsi, DSI_PHY_TST_CTRL0, PHY_TESTCLK, PHY_TESTCLK); in testif_testclk_assert() 399 dsi_update_bits(dsi, DSI_PHY_TST_CTRL0, PHY_TESTCLK, 0); in testif_testclk_deassert()
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_dsi.c | 841 PHY_TESTCLK, PHY_TESTCLK); in testif_testclk_assert() 850 PHY_TESTCLK, 0); in testif_testclk_deassert()
|
| H A D | rk628.h | 167 #define PHY_TESTCLK BIT(9) macro
|