Searched refs:adjusted (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dtsc_sync.c28 s64 adjusted; member in struct:tsc_adjust
69 if (adj->adjusted == curval)
73 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted);
77 smp_processor_id(), adj->adjusted, curval);
152 cur->adjusted = bootval;
197 * adjusted value cannot assumed to be zero either.
200 cur->adjusted = bootval;
230 * adjusted value.
232 if (bootval != ref->adjusted) {
233 cur->adjusted
[all...]
/linux-master/arch/arc/lib/
H A Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux-master/drivers/misc/
H A Dbh1770glc.c245 u16 adjusted; local
246 adjusted = (u16)(((u32)(psraw + chip->prox_const) * chip->prox_coef) /
248 if (adjusted > BH1770_PROX_RANGE)
249 adjusted = BH1770_PROX_RANGE;
250 return adjusted;
294 u16 adjusted)
296 return (u32)adjusted * BH1770_LUX_CORR_SCALE / chip->lux_corr;
293 bh1770_lux_adjusted_to_raw(struct bh1770_chip *chip, u16 adjusted) argument
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
58 | mantissa in FP0 by the factor in FP1 if the adjusted
238 | For adjusted exponents which have an absolute value greater than 27*,
240 | for the adjusted exponent. That number is subtracted from the exp
245 | 1. Branch on the sign of the adjusted exponent.
260 | *Why 27? If the adjusted exponent is within -28 < expA < 28, than
283 | This section handles a positive adjusted exponent.
313 movel L_SCR1(%a6),%d1 |get adjusted exp from memory
340 | This section handles a negative adjusted exponent.
361 movel L_SCR1(%a6),%d1 |get adjusted ex
[all...]
H A Dbindec.S95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
474 | fp0: float(ILOG)/X adjusted for SCALE (Y)
535 | fp0: Y/Y with lsb adjusted
546 fmovex FP_SCR2(%a6),%fp0 |write adjusted Y back to fpu
581 | F_SCR2:Y adjusted for inex/Y with original exponent
622 | d4: LEN/LEN adjusted
624 | d6: ILOG/ILOG adjusted
629 | fp0: int portion of Y/abs(YINT) adjusted
719 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted
739 | fp0: int portion of Y/abs(YINT) adjusted
[all...]
/linux-master/block/
H A Dblk-throttle.c169 uint64_t adjusted; local
171 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td);
172 ret = min(tg->bps[rw][LIMIT_MAX], adjusted);
199 uint64_t adjusted; local
201 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td);
202 if (adjusted > UINT_MAX)
203 adjusted = UINT_MAX;
204 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted);
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c1319 struct drm_display_mode adjusted; local
1321 drm_mode_init(&adjusted, mode);
1323 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY);
1324 *hdisplay = adjusted.crtc_hdisplay;
1325 *vdisplay = adjusted.crtc_vdisplay;
/linux-master/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c153 struct drm_display_mode *adjusted)
151 rockchip_dp_drm_encoder_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, struct drm_display_mode *adjusted) argument
H A Dcdn-dp-core.c550 struct drm_display_mode *adjusted)
572 drm_mode_copy(&dp->mode, adjusted);
548 cdn_dp_encoder_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode, struct drm_display_mode *adjusted) argument
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c738 const struct drm_display_mode *adjusted)
742 drm_display_mode_to_videomode(adjusted, &dsi->vm);
736 mtk_dsi_bridge_mode_set(struct drm_bridge *bridge, const struct drm_display_mode *mode, const struct drm_display_mode *adjusted) argument
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S605 # - The fsave frame contains the adjusted src op for opclass 0,2 #
845 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3085 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3275 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3576 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3755 # - The fsave frame contains the adjusted source operand. #
3761 # be incorrect for some cases and need to be adjusted. So, this package #
12982 # if negative, count the trailing zeros. Set the adjusted #
13002 # mantissa in FP0 by the factor in FP1 if the adjusted #
13150 # For adjusted exponent
[all...]
H A Dfpsp.S606 # - The fsave frame contains the adjusted src op for opclass 0,2 #
846 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3086 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3276 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3577 # - The fsave frame contains the adjusted src op for opclass 0,2 #
3756 # - The fsave frame contains the adjusted source operand. #
3762 # be incorrect for some cases and need to be adjusted. So, this package #
23022 # if negative, count the trailing zeros. Set the adjusted #
23042 # mantissa in FP0 by the factor in FP1 if the adjusted #
23190 # For adjusted exponent
[all...]

Completed in 277 milliseconds