Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c181 rk_mipi_dsi_write(regs, PHY_TESTEN, 1); in rk_mipi_phy_write()
183 rk_mipi_dsi_write(regs, PHY_TESTEN, 0); in rk_mipi_phy_write()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h129 #define PHY_TESTEN DSI_HOST_BITS(0x0b8, 1, 16) macro
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_mipi_dsi.c178 #define PHY_TESTEN BIT(16) macro
417 dsi_update_bits(dsi, DSI_PHY_TST_CTRL1, PHY_TESTEN, PHY_TESTEN); in testif_testen_assert()
423 dsi_update_bits(dsi, DSI_PHY_TST_CTRL1, PHY_TESTEN, 0); in testif_testen_deassert()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c886 PHY_TESTEN, PHY_TESTEN); in testif_testen_assert()
895 PHY_TESTEN, 0); in testif_testen_deassert()
H A Drk628.h168 #define PHY_TESTEN BIT(8) macro