Home
last modified time | relevance | path

Searched refs:PHY_TST_CTRL1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/sprd/
Dsprd_dsi.c127 #define PHY_TST_CTRL1 0xF4 macro
173 dsi_reg_up(ctx, PHY_TST_CTRL1, PHY_TESTEN, PHY_TESTEN); in regmap_tst_io_write()
174 dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, reg); in regmap_tst_io_write()
177 dsi_reg_up(ctx, PHY_TST_CTRL1, PHY_TESTEN, 0); in regmap_tst_io_write()
178 dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, val); in regmap_tst_io_write()
194 dsi_reg_up(ctx, PHY_TST_CTRL1, PHY_TESTEN, PHY_TESTEN); in regmap_tst_io_read()
195 dsi_reg_wr(ctx, PHY_TST_CTRL1, PHY_TESTDIN, 0, reg); in regmap_tst_io_read()
198 dsi_reg_up(ctx, PHY_TST_CTRL1, PHY_TESTEN, 0); in regmap_tst_io_read()
202 ret = dsi_reg_rd(ctx, PHY_TST_CTRL1, PHY_TESTDOUT, 8); in regmap_tst_io_read()
/Linux-v6.6/drivers/gpu/drm/hisilicon/kirin/
Ddw_dsi_reg.h25 #define PHY_TST_CTRL1 0xB8 /* D-PHY test interface control 1 */ macro
Ddw_drm_dsi.c319 writel(reg_write, base + PHY_TST_CTRL1); in dsi_phy_tst_set()
326 writel(val, base + PHY_TST_CTRL1); in dsi_phy_tst_set()