Searched refs:supported_bits (Results 1 – 5 of 5) sorted by relevance
142 static int thermal_get_supported_modes(int *supported_bits) in thermal_get_supported_modes() argument151 *supported_bits = 0; in thermal_get_supported_modes()156 *supported_bits = FIELD_GET(DELL_THERMAL_SUPPORTED, buffer.output[1]); in thermal_get_supported_modes()
93 uint64_t supported_bits = FEAT_CTL_LOCKED | in ia32_feature_control_msr_test() local109 for_each_clear_bit(bit, &supported_bits, 64) { in ia32_feature_control_msr_test()
214 uint64_t supported_bits) in drm_property_create_bitmask() argument218 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()226 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
261 uint64_t supported_bits);
116 u32 supported_bits = BIT_MASK(r->cache.cbm_len) - 1; in cbm_validate() local127 if ((r->cache.min_cbm_bits > 0 && val == 0) || val > supported_bits) { in cbm_validate()