Home
last modified time | relevance | path

Searched defs:PHY_STOP_WAIT_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_dsi_reg.h64 #define PHY_STOP_WAIT_TIME 0x30 macro
/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/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c192 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c42 #define PHY_STOP_WAIT_TIME(cycle) (((cycle) & 0xff) << 8) macro