Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi.h143 #define for_each_dsi_phy(__phy, __phys_mask) \ argument
144 for_each_phy_masked(__phy, __phys_mask)
H A Dintel_display.h250 #define for_each_phy_masked(__phy, __phys_mask) \ argument
252 for_each_if((__phys_mask) & BIT(__phy))