Home
last modified time | relevance | path

Searched refs:PHY_STOP_WAIT_TIME (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h64 #define PHY_STOP_WAIT_TIME 0x30 macro
H A Ddw_drm_dsi.c340 val = (lanes - 1) | (PHY_STOP_WAIT_TIME << 8); in dsi_set_phy_timer()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_mipi_dsi.h117 #define PHY_STOP_WAIT_TIME DSI_HOST_BITS(0x0a4, 8, 8) macro
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c159 rk_mipi_dsi_write(regs, PHY_STOP_WAIT_TIME, 32); in rk_mipi_dsi_enable()
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c192 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro
808 dsi_write(dsi, DSI_PHY_IF_CFG, PHY_STOP_WAIT_TIME(0x20) | in dw_mipi_dsi_dphy_interface_config()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c42 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro