Home
last modified time | relevance | path

Searched refs:PHY_TST_CTRL0 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/
H A Ddw_drm_dsi.c233 writel(0x02, base + PHY_TST_CTRL0); in dsi_phy_tst_set()
234 writel(0x00, base + PHY_TST_CTRL0); in dsi_phy_tst_set()
240 writel(0x02, base + PHY_TST_CTRL0); in dsi_phy_tst_set()
241 writel(0x00, base + PHY_TST_CTRL0); in dsi_phy_tst_set()
292 writel(0, base + PHY_TST_CTRL0); in dsi_set_mipi_phy()
293 writel(1, base + PHY_TST_CTRL0); in dsi_set_mipi_phy()
294 writel(0, base + PHY_TST_CTRL0); in dsi_set_mipi_phy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h24 #define PHY_TST_CTRL0 0xB4 /* D-PHY test interface control 0 */ macro