Searched refs:PHY_TESTCLR (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_mipi.c | 228 rk_mipi_dsi_write(regs, PHY_TESTCLR, 1); in rk_mipi_phy_enable() 231 rk_mipi_dsi_write(regs, PHY_TESTCLR, 0); in rk_mipi_phy_enable()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rockchip_mipi_dsi.h | 128 #define PHY_TESTCLR DSI_HOST_BITS(0x0b4, 1, 0) macro
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_mipi_dsi.c | 175 #define PHY_TESTCLR BIT(0) macro 405 dsi_update_bits(dsi, DSI_PHY_TST_CTRL0, PHY_TESTCLR, PHY_TESTCLR); in testif_testclr_assert() 411 dsi_update_bits(dsi, DSI_PHY_TST_CTRL0, PHY_TESTCLR, 0); in testif_testclr_deassert()
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_dsi.c | 859 PHY_TESTCLR, PHY_TESTCLR); in testif_testclr_assert() 868 PHY_TESTCLR, 0); in testif_testclr_deassert()
|
| H A D | rk628.h | 166 #define PHY_TESTCLR BIT(10) macro
|