Searched refs:cntr (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event_p4.c21 char cntr[2][P4_CNTR_LIMIT]; /* counter index (offset), -1 on abscence */ member in struct:p4_event_bind
60 .cntr = { {4, 5, -1}, {6, 7, -1} },
65 .cntr = { {0, -1, -1}, {2, -1, -1} },
70 .cntr = { {0, -1, -1}, {2, -1, -1} },
75 .cntr = { {8, 9, -1}, {10, 11, -1} },
80 .cntr = { {8, 9, -1}, {10, 11, -1} },
85 .cntr = { {8, 9, -1}, {10, 11, -1} },
90 .cntr = { {8, 9, -1}, {10, 11, -1} },
95 .cntr = { {0, -1, -1}, {2, -1, -1} },
100 .cntr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/sb1250/
H A Dbus_watcher.c177 unsigned long cntr; local
201 stats->l2_err = cntr = csr_in32(IOADDR(A_BUS_L2_ERRORS));
202 stats->l2_cor_d += G_SCD_L2ECC_CORR_D(cntr);
203 stats->l2_bad_d += G_SCD_L2ECC_BAD_D(cntr);
204 stats->l2_cor_t += G_SCD_L2ECC_CORR_T(cntr);
205 stats->l2_bad_t += G_SCD_L2ECC_BAD_T(cntr);
208 stats->memio_err = cntr = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS));
209 stats->mem_cor_d += G_SCD_MEM_ECC_CORR(cntr);
210 stats->mem_bad_d += G_SCD_MEM_ECC_BAD(cntr);
211 stats->bus_error += G_SCD_MEM_BUSERR(cntr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c776 int i, j, cntr = 0; local
791 for (i = 0; i * sizeof(struct ifreq) < ifs.ifc_len && cntr < MAXIF; i++)
813 //iflist[cntr].index = (char)ifs.ifc_req[i].ifr_ifindex;
814 iflist[cntr].index = ifs.ifc_req[i].ifr_ifindex;
819 for (j=0; (j<sizeof(iflist[cntr].ifname) && j<strlen(ifs.ifc_req[i].ifr_ifrn.ifrn_name)); ++j)
820 iflist[cntr].ifname[j] = ifs.ifc_req[i].ifr_ifrn.ifrn_name[j];
821 iflist[cntr].ifname[j+1] = '\0';
828 (void)strncpy(ifr.ifr_name, iflist[cntr].ifname, strlen(iflist[cntr].ifname)+1);
834 iflist[cntr]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Di2c.c371 int error, cntr = 3; local
408 } while (error && cntr--);
429 int error, cntr = 3; local
469 } while (error && cntr--);
487 int error, cntr = 3; local
528 } while(error && cntr--);
548 int error, cntr = 3; local
607 } while(error && cntr--);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da2091.c46 unsigned short cntr = CNTR_PDMD | CNTR_INTEN; local
82 cntr |= CNTR_DDIR;
87 regs->CNTR = cntr;
114 unsigned short cntr = CNTR_PDMD; local
117 cntr |= CNTR_DDIR;
120 regs->CNTR = cntr;
H A Da3000.c50 unsigned short cntr = CNTR_PDMD | CNTR_INTEN; local
81 cntr |= CNTR_DDIR;
86 regs->CNTR = cntr;
116 unsigned short cntr = CNTR_PDMD; local
119 cntr |= CNTR_DDIR;
121 regs->CNTR = cntr;
H A Dgvp11.c55 unsigned short cntr = GVP11_DMAC_INT_ENABLE; local
118 cntr |= GVP11_DMAC_DIR_WRITE;
121 regs->CNTR = cntr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860-mi1320.c355 s32 cntr = sd->vcur.contrast; local
514 if (cntr != sd->vold.contrast) {
515 sd->vold.contrast = cntr;
516 if (cntr < 0 || cntr > sd->vmax.contrast)
517 cntr = 0;
521 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + tbl_cntr1[cntr], 0x0035,
523 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + tbl_cntr2[cntr], 0x00f1,
H A Dgl860-mi2020.c569 s32 cntr = sd->vcur.contrast; local
674 if (cntr != sd->vold.contrast || gam != sd->vold.gamma) {
675 sd->vold.contrast = cntr;
676 if (cntr < 0 || cntr > sd->vmax.contrast)
677 cntr = 0;
684 if (cntr == 0)
685 cntr = 4;
686 dat_multi4[2] = dat_multi2[2] = cntr * 0x10 + 2 - gam;
H A Dgl860-ov2640.c355 s32 cntr = sd->vcur.contrast; local
395 if (cntr != sd->vold.contrast) {
396 sd->vold.contrast = cntr;
397 if (cntr < 0 || cntr > sd->vmax.contrast)
398 cntr = 0;
402 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + cntr, 0x007d, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Di2c.c421 int error, cntr = 3; local
471 } while(error && cntr--);
491 int error, cntr = 3; local
558 } while(error && cntr--);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-wdm.c397 int rv, cntr = 0; local
416 rv = cntr ? cntr : -EAGAIN;
460 cntr = count > desc->length ? desc->length : count;
461 rv = copy_to_user(buffer, desc->ubuf, cntr);
467 for (i = 0; i < desc->length - cntr; i++)
468 desc->ubuf[i] = desc->ubuf[i + cntr];
470 desc->length -= cntr;
474 rv = cntr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsh7760fb.c77 unsigned short cntr = ioread16(par->base + LDCNTR); local
83 cntr = LDCNTR_DON2 | LDCNTR_DON;
87 cntr = LDCNTR_DON2;
95 iowrite16(cntr, par->base + LDCNTR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvorbisdsp.asm60 cglobal vorbis_inverse_coupling, 3, 4, 6, mag, ang, block_size, cntr
H A Dh264_idct.asm354 cglobal h264_idct_add16_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
377 cglobal h264_idct8_add4_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
411 cglobal h264_idct_add16_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
458 cglobal h264_idct_add16intra_8, 5, 7 + npicregs, 0, dst, block_offset, block, stride, nnzc, cntr, coeff, picreg
483 cglobal h264_idct_add16intra_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
527 cglobal h264_idct8_add4_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
589 cglobal h264_idct8_add4_8, 5, 8 + npicregs, 10, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
666 cglobal h264_idct_add8_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
732 cglobal h264_idct_add8_8, 5, 8 + npicregs, 0, dst1, block_offset, block, stride, nnzc, cntr, coeff, dst2, picreg
H A Dpngdsp.asm93 cglobal add_png_paeth_prediction, 5, 7, %1, dst, src, top, w, bpp, end, cntr
H A Dvp8dsp_loopfilter.asm271 cglobal vp8_%1_loop_filter_simple, 3, %2, 8, dst, stride, flim, cntr
282 DEFINE_ARGS dst1, mstride, stride, cntr, dst2
489 DEFINE_ARGS dst1, mstride, stride, dst2, cntr
996 DEFINE_ARGS dst1, mstride, stride, dst2, cntr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmarkup_oops.pl100 my ($line, $cntr) = @_;
125 if ($cntr == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1669 u32 cntr = dd->cspec->lli_counter; local
1670 cntr += crcs;
1671 if (cntr) {
1672 if (cntr > dd->cspec->lli_thresh) {
1676 dd->cspec->lli_counter += cntr;
2549 u64 *cntr = dd->cspec->cntrs; local
2553 if (!cntr || pos >= ret) {
2562 *cntrp = cntr;
2564 *cntr++ = read_6120_creg32(dd, cntr6120indices[i]);
2582 u64 *cntr local
[all...]
H A Dqib_iba7220.c3182 u64 *cntr = dd->cspec->cntrs; local
3186 if (!cntr || pos >= ret) {
3192 *cntrp = cntr;
3194 *cntr++ = read_7220_creg32(dd, cntr7220indices[i]);
3215 u64 *cntr = dd->cspec->portcntrs; local
3220 if (!cntr || pos >= ret) {
3225 *cntrp = cntr;
3228 *cntr++ = qib_portcntr_7220(ppd,
3232 *cntr++ = read_7220_creg32(dd,
H A Dqib_iba7322.c4606 u64 *cntr = dd->cspec->cntrs; local
4610 if (!cntr || pos >= ret) {
4615 *cntrp = cntr;
4618 *cntr++ = read_7322_creg(dd,
4622 *cntr++ = read_7322_creg32(dd,
4642 u64 *cntr = ppd->cpspec->portcntrs; local
4646 if (!cntr || pos >= ret) {
4651 *cntrp = cntr;
4654 *cntr++ = qib_portcntr_7322(ppd,
4658 *cntr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx3927.h41 volatile unsigned long cntr; member in struct:tx3927_dma_reg::tx3927_dma_ch_reg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmavoice.c321 int cntr[8], n, res; local
324 memset(cntr, 0, sizeof(cntr));
327 if (cntr[res] > 3) // should be >= 3 + (res == 7))
329 vbm_tree[res * 3 + cntr[res]++] = n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmavoice.c306 int cntr[8] = { 0 }, n, res; local
311 if (cntr[res] > 3) // should be >= 3 + (res == 7))
313 vbm_tree[res * 3 + cntr[res]++] = n;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_core.c337 static u32 stv0900_get_err_count(struct stv0900_internal *intp, int cntr, argument
342 switch (cntr) {

Completed in 284 milliseconds

12