Searched refs:formula (Results 1 – 4 of 4) sorted by relevance
3563 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_max_voltage() local3565 if (formula->ucFlag & 1) in radeon_atom_get_max_voltage()3568 formula->ucNumOfVoltageEntries / 2 * in radeon_atom_get_max_voltage()3582 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_max_voltage() local3584 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_max_voltage()3622 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_min_voltage() local3633 ATOM_VOLTAGE_FORMULA_V2 *formula = in radeon_atom_get_min_voltage() local3635 if (formula->ucNumOfVoltageEntries) { in radeon_atom_get_min_voltage()3672 ATOM_VOLTAGE_FORMULA *formula = in radeon_atom_get_voltage_step() local3674 if (formula->ucFlag & 1) in radeon_atom_get_voltage_step()[all …]
3156 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.cvt.flags) != 15); in is_rb()3159 descriptor->data.other_data.data.range.formula.cvt.flags & DRM_EDID_CVT_FLAGS_REDUCED_BLANKING) in is_rb()3201 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.hfreq_start_khz * 2 : 0; in drm_gtf2_hbreak()3211 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.c) != 13); in drm_gtf2_2c()3213 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.c : 0; in drm_gtf2_2c()3223 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.m) != 14); in drm_gtf2_m()3225 return descriptor ? le16_to_cpu(descriptor->data.other_data.data.range.formula.gtf2.m) : 0; in drm_gtf2_m()3235 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.k) != 16); in drm_gtf2_k()3237 return descriptor ? descriptor->data.other_data.data.range.formula.gtf2.k : 0; in drm_gtf2_k()3247 BUILD_BUG_ON(offsetof(typeof(*descriptor), data.other_data.data.range.formula.gtf2.j) != 17); in drm_gtf2_2j()[all …]
289 __u8 formula; member
505 .data.other_data.data.range.formula.cvt = {
Completed in 30 milliseconds