Home
last modified time | relevance | path

Searched refs:PHY_TESTCLR (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c228 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 Drockchip_mipi_dsi.h128 #define PHY_TESTCLR DSI_HOST_BITS(0x0b4, 1, 0) macro
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_mipi_dsi.c175 #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 Drk628_dsi.c859 PHY_TESTCLR, PHY_TESTCLR); in testif_testclr_assert()
868 PHY_TESTCLR, 0); in testif_testclr_deassert()
H A Drk628.h166 #define PHY_TESTCLR BIT(10) macro