Searched refs:BITS_SET (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.c | 988 #define BITS_SET(val, bits) (((val) & (bits)) == (bits)) macro 1032 if (BITS_SET(phy_control, in assert_chv_phy_status() 1042 if (BITS_SET(phy_control, in assert_chv_phy_status() 1047 if (BITS_SET(phy_control, in assert_chv_phy_status() 1050 if (BITS_SET(phy_control, in assert_chv_phy_status() 1054 if (BITS_SET(phy_control, in assert_chv_phy_status() 1057 if (BITS_SET(phy_control, in assert_chv_phy_status() 1069 if (BITS_SET(phy_control, in assert_chv_phy_status() 1073 if (BITS_SET(phy_control, in assert_chv_phy_status() 1076 if (BITS_SET(phy_control, in assert_chv_phy_status() [all …]
|