Home
last modified time | relevance | path

Searched refs:adj (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v5.4/arch/x86/math-emu/
Dpoly_tan.c57 unsigned long adj; in poly_tan() local
178 adj = 0xffffffff; /* We want approx 1.0 here, but in poly_tan()
181 adj = accum.msw >> -(exponent + 1); /* tan */ in poly_tan()
182 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan()
184 adj = 0; in poly_tan()
185 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan()
187 fix_up.msw += adj; in poly_tan()
Dpoly_l2.c185 long int exponent, adj; in log2_kernel() local
221 adj = norm_Xsig(&argSignif); in log2_kernel()
225 shr_Xsig(&accumulator, 2 * (-1 - (1 + exponent + adj))); in log2_kernel()
235 shr_Xsig(&accumulator, 6 - adj); in log2_kernel()
Dreg_constant.c53 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const() argument
63 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
/Linux-v5.4/drivers/rtc/
Drtc-rx8025.c417 static int rx8025_get_clock_adjust(struct device *dev, int *adj) in rx8025_get_clock_adjust() argument
426 *adj = digoff >= 64 ? digoff - 128 : digoff; in rx8025_get_clock_adjust()
427 if (*adj > 0) in rx8025_get_clock_adjust()
428 (*adj)--; in rx8025_get_clock_adjust()
429 *adj *= -RX8025_ADJ_RESOLUTION; in rx8025_get_clock_adjust()
434 static int rx8025_set_clock_adjust(struct device *dev, int adj) in rx8025_set_clock_adjust() argument
440 adj /= -RX8025_ADJ_RESOLUTION; in rx8025_set_clock_adjust()
441 if (adj > RX8025_ADJ_DATA_MAX) in rx8025_set_clock_adjust()
442 adj = RX8025_ADJ_DATA_MAX; in rx8025_set_clock_adjust()
443 else if (adj < RX8025_ADJ_DATA_MIN) in rx8025_set_clock_adjust()
[all …]
/Linux-v5.4/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c69 struct drm_display_mode *adj = &c->state->adjusted_mode; in atmel_hlcdc_crtc_mode_set_nofb() local
78 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
79 vm.vback_porch = adj->crtc_vtotal - adj->crtc_vsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
80 vm.vsync_len = adj->crtc_vsync_end - adj->crtc_vsync_start; in atmel_hlcdc_crtc_mode_set_nofb()
81 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
82 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb()
83 vm.hsync_len = adj->crtc_hsync_end - adj->crtc_hsync_start; in atmel_hlcdc_crtc_mode_set_nofb()
95 (adj->crtc_hdisplay - 1) | in atmel_hlcdc_crtc_mode_set_nofb()
96 ((adj->crtc_vdisplay - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
104 mode_rate = adj->crtc_clock * 1000; in atmel_hlcdc_crtc_mode_set_nofb()
[all …]
/Linux-v5.4/drivers/net/ethernet/cadence/
Dmacb_ptp.c123 u64 adj; in gem_ptp_adjfine() local
136 adj = (u64)scaled_ppm * word; in gem_ptp_adjfine()
140 adj += (USEC_PER_SEC >> 1); in gem_ptp_adjfine()
141 adj >>= PPM_FRACTION; /* remove fractions */ in gem_ptp_adjfine()
142 adj = div_u64(adj, USEC_PER_SEC); in gem_ptp_adjfine()
143 adj = neg_adj ? (word - adj) : (word + adj); in gem_ptp_adjfine()
145 incr_spec.ns = (adj >> GEM_SUBNSINCR_SIZE) in gem_ptp_adjfine()
147 incr_spec.sub_ns = adj & ((1 << GEM_SUBNSINCR_SIZE) - 1); in gem_ptp_adjfine()
156 u32 adj, sign = 0; in gem_ptp_adjtime() local
170 adj = (sign << GEM_ADDSUB_OFFSET) | delta; in gem_ptp_adjtime()
[all …]
/Linux-v5.4/arch/nds32/lib/
Dmemcpy.S7 .macro lbi1 dst, addr, adj
8 lbi.bi \dst, [\addr], \adj
11 .macro sbi1 src, addr, adj
12 sbi.bi \src, [\addr], \adj
Dcopy_from_user.S8 .macro lbi1 dst, addr, adj
9 USER( lbi.bi, \dst, [\addr], \adj)
12 .macro sbi1 src, addr, adj
13 sbi.bi \src, [\addr], \adj
Dcopy_to_user.S8 .macro lbi1 dst, addr, adj
9 lbi.bi \dst, [\addr], \adj
12 .macro sbi1 src, addr, adj
13 USER( sbi.bi, \src, [\addr], \adj)
/Linux-v5.4/drivers/ide/
Dpdc202xx_new.c131 u8 adj = (drive->dn & 1) ? 0x08 : 0x00; in pdcnew_set_dma_mode() local
146 set_indexed_reg(hwif, 0x10 + adj, in pdcnew_set_dma_mode()
148 set_indexed_reg(hwif, 0x11 + adj, in pdcnew_set_dma_mode()
150 set_indexed_reg(hwif, 0x12 + adj, in pdcnew_set_dma_mode()
153 set_indexed_reg(hwif, 0x0e + adj, in pdcnew_set_dma_mode()
155 set_indexed_reg(hwif, 0x0f + adj, in pdcnew_set_dma_mode()
160 u8 tmp = get_indexed_reg(hwif, 0x10 + adj); in pdcnew_set_dma_mode()
162 set_indexed_reg(hwif, 0x10 + adj, tmp & 0x7f); in pdcnew_set_dma_mode()
169 u8 adj = (drive->dn & 1) ? 0x08 : 0x00; in pdcnew_set_pio_mode() local
173 set_indexed_reg(hwif, 0x0c + adj, pio_timings[pio].reg0c); in pdcnew_set_pio_mode()
[all …]
/Linux-v5.4/arch/x86/kernel/
Dtsc_sync.c50 struct tsc_adjust *adj = this_cpu_ptr(&tsc_adjust); in tsc_verify_tsc_adjust() local
61 if (!resume && time_before(jiffies, adj->nextcheck)) in tsc_verify_tsc_adjust()
64 adj->nextcheck = jiffies + HZ; in tsc_verify_tsc_adjust()
67 if (adj->adjusted == curval) in tsc_verify_tsc_adjust()
71 wrmsrl(MSR_IA32_TSC_ADJUST, adj->adjusted); in tsc_verify_tsc_adjust()
73 if (!adj->warned || resume) { in tsc_verify_tsc_adjust()
75 smp_processor_id(), adj->adjusted, curval); in tsc_verify_tsc_adjust()
76 adj->warned = true; in tsc_verify_tsc_adjust()
/Linux-v5.4/arch/sparc/kernel/
Dtime_64.c117 static int tick_add_compare(unsigned long adj) in tick_add_compare() argument
142 : "r" (orig_tick), "r" (adj)); in tick_add_compare()
148 return ((long)(new_tick - (orig_tick+adj))) > 0L; in tick_add_compare()
151 static unsigned long tick_add_tick(unsigned long adj) in tick_add_tick() argument
160 : "r" (adj)); in tick_add_tick()
250 static unsigned long stick_add_tick(unsigned long adj) in stick_add_tick() argument
258 : "r" (adj)); in stick_add_tick()
263 static int stick_add_compare(unsigned long adj) in stick_add_compare() argument
273 : "r" (orig_tick + adj)); in stick_add_compare()
279 return ((long)(new_tick - (orig_tick+adj))) > 0L; in stick_add_compare()
[all …]
/Linux-v5.4/drivers/gpu/drm/armada/
Darmada_crtc.c200 const struct drm_display_mode *mode, struct drm_display_mode *adj) in armada_drm_crtc_mode_fixup() argument
210 drm_mode_set_crtcinfo(adj, CRTC_INTERLACE_HALVE_V); in armada_drm_crtc_mode_fixup()
216 if (armada_drm_crtc_mode_valid(crtc, adj) != MODE_OK) in armada_drm_crtc_mode_fixup()
220 ret = dcrtc->variant->compute_clock(dcrtc, adj, NULL); in armada_drm_crtc_mode_fixup()
332 struct drm_display_mode *adj = &crtc->state->adjusted_mode; in armada_drm_crtc_mode_set_nofb() local
338 bool interlaced = !!(adj->flags & DRM_MODE_FLAG_INTERLACE); in armada_drm_crtc_mode_set_nofb()
341 rm = adj->crtc_hsync_start - adj->crtc_hdisplay; in armada_drm_crtc_mode_set_nofb()
342 lm = adj->crtc_htotal - adj->crtc_hsync_end; in armada_drm_crtc_mode_set_nofb()
343 bm = adj->crtc_vsync_start - adj->crtc_vdisplay; in armada_drm_crtc_mode_set_nofb()
344 tm = adj->crtc_vtotal - adj->crtc_vsync_end; in armada_drm_crtc_mode_set_nofb()
[all …]
/Linux-v5.4/drivers/block/drbd/
Ddrbd_vli.h136 u64 adj = 1; in vli_decode_bits() local
141 *out = ((in & ((~0ULL) >> (64-t))) >> b) + adj; \ in vli_decode_bits()
144 adj += 1ULL << (t - b); \ in vli_decode_bits()
159 u64 adj = 1; in __vli_encode_bits() local
168 *out = ((in - adj) << b) | v; \ in __vli_encode_bits()
171 adj = max + 1; \ in __vli_encode_bits()
/Linux-v5.4/drivers/net/ethernet/cavium/common/
Dcavium_ptp.c96 u64 adj; in cavium_ptp_adjfine() local
120 adj = comp * scaled_ppm; in cavium_ptp_adjfine()
121 adj >>= 16; in cavium_ptp_adjfine()
122 adj = div_u64(adj, 1000000ull); in cavium_ptp_adjfine()
123 comp = neg_adj ? comp - adj : comp + adj; in cavium_ptp_adjfine()
/Linux-v5.4/arch/sh/boards/mach-dreamcast/
Drtc.c65 u32 adj = secs + TWENTY_YEARS; in aica_rtc_settimeofday() local
68 __raw_writel((adj & 0xffff0000) >> 16, AICA_RTC_SECS_H); in aica_rtc_settimeofday()
69 __raw_writel((adj & 0xffff), AICA_RTC_SECS_L); in aica_rtc_settimeofday()
/Linux-v5.4/scripts/
Dcleanpatch197 my $adj = 0;
203 $adj++; # Skip this line
215 if ($adj) {
225 $mstart, $mlin, $pstart, $plin-$adj,
/Linux-v5.4/drivers/usb/gadget/udc/
Dr8a66597-udc.h200 int adj = 0; in r8a66597_write_fifo() local
222 adj = 0x03; /* 32-bit wide */ in r8a66597_write_fifo()
224 adj = 0x01; /* 16-bit wide */ in r8a66597_write_fifo()
230 iowrite8(buf[i], fifoaddr + adj - (i & adj)); in r8a66597_write_fifo()
/Linux-v5.4/arch/s390/kernel/
Dtime.c244 unsigned long long now, adj; in read_tod_clock() local
248 adj = tod_steering_end - now; in read_tod_clock()
249 if (unlikely((s64) adj >= 0)) in read_tod_clock()
256 now += (tod_steering_delta < 0) ? (adj >> 15) : -(adj >> 15); in read_tod_clock()
433 unsigned long now, adj; in clock_sync_global() local
444 adj = tod_steering_end - now; in clock_sync_global()
445 if (unlikely((s64) adj >= 0)) in clock_sync_global()
448 -(adj >> 15) : (adj >> 15); in clock_sync_global()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c28 u64 adj; in stmmac_adjust_freq() local
36 adj = addend; in stmmac_adjust_freq()
37 adj *= ppb; in stmmac_adjust_freq()
38 diff = div_u64(adj, 1000000000ULL); in stmmac_adjust_freq()
/Linux-v5.4/drivers/macintosh/
Dwindfarm_pid.c91 s32 error, target, sval, adj; in wf_cpu_pid_run() local
120 adj = min(st->param.ttarget, sval); in wf_cpu_pid_run()
122 DBG("integ: %lx, sval: %lx, adj: %lx\n", integ, sval, adj); in wf_cpu_pid_run()
131 prop = st->last_delta = (new_temp - adj); in wf_cpu_pid_run()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c123 u64 adj; in mlx4_en_phc_adjfreq() local
135 adj = mult; in mlx4_en_phc_adjfreq()
136 adj *= delta; in mlx4_en_phc_adjfreq()
137 diff = div_u64(adj, 1000000000ULL); in mlx4_en_phc_adjfreq()
/Linux-v5.4/drivers/video/backlight/
Dcorgi_lcd.c190 int adj; in lcdtg_set_phadadj() local
195 adj = sharpsl_param.phadadj; in lcdtg_set_phadadj()
196 adj = (adj < 0) ? PHACTRL_PHASE_MANUAL : in lcdtg_set_phadadj()
197 PHACTRL_PHASE_MANUAL | ((adj & 0xf) << 1); in lcdtg_set_phadadj()
202 adj = (DEFAULT_PHAD_QVGA << 1) | PHACTRL_PHASE_MANUAL; in lcdtg_set_phadadj()
206 corgi_ssp_lcdtg_send(lcd, PHACTRL_ADRS, adj); in lcdtg_set_phadadj()
/Linux-v5.4/drivers/ptp/
Dptp_ixp46x.c125 u64 adj; in ptp_ixp_adjfreq() local
136 adj = addend; in ptp_ixp_adjfreq()
137 adj *= ppb; in ptp_ixp_adjfreq()
138 diff = div_u64(adj, 1000000000ULL); in ptp_ixp_adjfreq()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c105 u64 adj, freq, diff; in i40e_ptp_adjfreq() local
118 adj = I40E_PTP_40GB_INCVAL - diff; in i40e_ptp_adjfreq()
120 adj = I40E_PTP_40GB_INCVAL + diff; in i40e_ptp_adjfreq()
130 adj *= READ_ONCE(pf->ptp_adj_mult); in i40e_ptp_adjfreq()
132 wr32(hw, I40E_PRTTSYN_INC_L, adj & 0xFFFFFFFF); in i40e_ptp_adjfreq()
133 wr32(hw, I40E_PRTTSYN_INC_H, adj >> 32); in i40e_ptp_adjfreq()

1234