Searched refs:period (Results 126 - 150 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcq.c139 u16 count, u16 period)
153 cq_context->cq_period = cpu_to_be16(period);
138 mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, u16 count, u16 period) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c81 u16 period = x / INT_PI; local
82 if (period % 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dlapic.c524 ns = mod_64(ktime_to_ns(remaining), apic->lapic_timer.period);
663 apic->lapic_timer.period = (u64)apic_get_reg(apic, APIC_TMICT) *
667 if (!apic->lapic_timer.period)
675 if (apic->lapic_timer.period < NSEC_PER_MSEC/2)
676 apic->lapic_timer.period = NSEC_PER_MSEC/2;
680 ktime_add_ns(now, apic->lapic_timer.period),
685 "timer initial count 0x%x, period %lldns, "
689 apic->lapic_timer.period,
691 apic->lapic_timer.period)));
H A Di8254.c111 if (!ps->pit_timer.period)
124 elapsed = ps->pit_timer.period - ktime_to_ns(remaining);
125 elapsed = mod_64(elapsed, ps->pit_timer.period);
342 hrtimer_add_expires_ns(&ktimer->timer, ktimer->period);
360 pt->period = interval;
397 * mode 1 is one shot, mode 2 is period, otherwise del timer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-pcm.c131 int period; /* current DMA period */ member in struct:davinci_runtime_data
162 dma_offset = prtd->period * period_size;
203 prtd->period++;
204 if (unlikely(prtd->period >= runtime->periods))
205 prtd->period = 0;
345 /* Skip 1st period */
575 prtd->period = 0;
665 /* ensure that buffer size is a multiple of period size */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/spi/
H A Dat73c213.c70 int period; member in struct:snd_at73c213
262 chip->period = 0;
373 chip->period++;
374 if (chip->period == runtime->periods)
375 chip->period = 0;
376 next_period = chip->period + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dperf_event.c595 s64 period = hwc->sample_period; local
598 if (unlikely(left <= -period)) {
599 left = period;
601 hwc->last_period = period;
606 left += period;
608 hwc->last_period = period;
1242 data.period = event->hw.last_period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event.c873 * Set the next IRQ period, based on the hwc->period_left value.
881 s64 period = hwc->sample_period; local
890 if (unlikely(left <= -period)) {
891 left = period;
893 hwc->last_period = period;
898 left += period;
900 hwc->last_period = period;
1158 data.period = event->hw.last_period;
1413 pr_info("... max period: %016Lx\n", x86_pmu.max_period);
H A Dperf_event_intel_ds.c248 data.period = event->hw.last_period;
471 data.period = event->hw.last_period;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A DRSP2SQL.c2218 retval.date= r.date - (val * i.period);
2222 retval.date= r.date + (val * i.period);
2389 * RSP2SQL.g:464:1: dateintval returns [ time_t period, int valid ] : ( DAY | WEEK | MONTH | YEAR );
2400 retval.period= 0; retval.valid= 1;
2457 retval.period= 24 * 60 * 60;
2472 retval.period= 7 * 24 * 60 * 60;
2487 retval.period= 30 * 24 * 60 * 60;
2502 retval.period= 365 * 24 * 60 * 60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/pregen/
H A DRSP2SQL.c2218 retval.date= r.date - (val * i.period);
2222 retval.date= r.date + (val * i.period);
2389 * RSP2SQL.g:464:1: dateintval returns [ time_t period, int valid ] : ( DAY | WEEK | MONTH | YEAR );
2400 retval.period= 0; retval.valid= 1;
2457 retval.period= 24 * 60 * 60;
2472 retval.period= 7 * 24 * 60 * 60;
2487 retval.period= 30 * 24 * 60 * 60;
2502 retval.period= 365 * 24 * 60 * 60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c83 /** number of the bits for the PPC period value */
90 /** constant for peak period to peak width conversion */
448 * Sum to data a periodic peak of a given period, width and shape.
450 * @param period the period of the peak divised by 400.0
452 static void add_peak(int period, int width, const float *shape, argument
465 center = very_broken_op(period, i);
471 center = very_broken_op(period, i);
486 // This is actually the period multiplied by 400. It is just linearly coded
488 int period local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c241 /* This translates the SDTR message offset and period to a value
244 * NOTE: According to SCSI-2, the true transfer period (in ns) is
245 * actually four times this period value */
248 __u8 offset, __u8 period)
260 if(period < hostdata->min_period) {
261 printk(KERN_WARNING "53c700: Period %dns is less than this chip's minimum, setting to %d\n", period*4, NCR_700_MIN_PERIOD*4);
262 period = hostdata->min_period;
264 XFERP = (period*4 * hostdata->sync_clock)/1000 - 4;
748 /* Calculate the actual minimum period that can be supported
803 __u8 period local
247 NCR_700_offset_period_to_sxfer(struct NCR_700_Host_Parameters *hostdata, __u8 offset, __u8 period) argument
1962 NCR_700_set_period(struct scsi_target *STp, int period) argument
[all...]
H A Dncr53c8xx.c1225 /*0*/ u16 period; member in struct:tcb
1235 /*2*/ u16 period; member in struct:tcb
1686 u_char minsync; /* Minimum sync period factor */
1687 u_char maxsync; /* Maximum sync period factor */
3049 ** get period and offset
3715 u_long period; local
3778 * Minimum synchronous period factor supported by the chip.
3779 * Btw, 'period' is in tenths of nanoseconds.
3782 period = (4 * div_10M[0] + np->clock_khz - 1) / np->clock_khz;
3783 if (period <
8323 ncr53c8xx_set_period(struct scsi_target *starget, int period) argument
[all...]
H A Dscsi_sysfs.c717 unsigned long period; local
719 if (strict_strtoul(buf, 10, &period))
722 sdev->queue_ramp_up_period = msecs_to_jiffies(period);
723 return period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c1142 u64 period = event->hw.sample_period; local
1152 * See if the total period for this event has expired,
1153 * and update for the next period.
1157 if (period) {
1159 left += period;
1161 left = period;
1175 data.period = event->hw.last_period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Ddummy.c438 unsigned int period, rate; local
443 period = runtime->period_size;
445 sec = period / rate;
446 period %= rate;
447 nsecs = div_u64((u64)period * 1000000000UL + rate - 1, rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dperf_event.c1465 * the target period becomes:
1468 * period = -------------------
1542 s64 period, sample_period; local
1545 period = perf_calculate_period(event, nsec, count);
1547 delta = (s64)(period - hwc->sample_period);
3330 perf_output_put(handle, data->period);
3427 header->size += sizeof(data->period);
4033 * event->hw.period_left to count intervals. This period event
4041 u64 period = hwc->last_period; local
4052 nr = div64_u64(period
4328 u64 period; local
4356 u64 period; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c277 if (rep[0].period > 0)
279 EV_REP, REP_PERIOD, rep[0].period);
282 rep[1].period = dev->rep[REP_PERIOD];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c75 data.period = 1;
79 dump_printf("(IP, %d): %d/%d: %#Lx period: %Ld\n", event->header.misc,
80 data.pid, data.tid, data.ip, data.period);
105 session->hists.stats.total_period += data.period;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h295 __u32 period; /* current period */ member in struct:tc_hfsc_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dfas216.h108 /* Transfer period step (write) */
281 unsigned int asyncperiod; /* Async transfer period (ns) */
297 unsigned char period; /* sync xfer period in (*4ns) */ member in struct:__anon14258::fas216_device
298 unsigned char stp; /* synchronous transfer period */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmpc52xx.h283 extern int mpc52xx_gpt_start_timer(struct mpc52xx_gpt_priv *gpt, u64 period,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811.h182 u16 period; member in struct:sl811h_ep
H A Duhci-hcd.h150 unsigned int period; /* For Interrupt and Isochronous QHs */ member in struct:uhci_qh
151 short phase; /* Between 0 and period-1 */

Completed in 405 milliseconds

12345678910