Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c436 tmp |= LATENCY_OPTIM_VAL(0); in gen11_dsi_config_phy_lanes_sequence()
443 tmp |= LATENCY_OPTIM_VAL(0x1); in gen11_dsi_config_phy_lanes_sequence()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h1984 #define LATENCY_OPTIM_VAL(x) ((x) << 2) macro