Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_reg.h8852 #define _HSW_PW_SHIFT(pw) (((pw) & 0xf) * 2) macro
8868 #define HSW_PWR_WELL_CTL_REQ(pw) (1 << (_HSW_PW_SHIFT(pw) + 1))
8869 #define HSW_PWR_WELL_CTL_STATE(pw) (1 << _HSW_PW_SHIFT(pw))