Searched refs:datacnt (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd010.tcl184 set datacnt 0
188 if { $datacnt < 10 } {
189 set pdata $data.$ki.00$datacnt
190 } elseif { $datacnt < 100 } {
191 set pdata $data.$ki.0$datacnt
193 set pdata $data.$ki.$datacnt
196 incr datacnt
198 error_check_good dup_count $datacnt $numdups
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h297 scb->hscb->datacnt = sg->len;
312 scb->hscb->datacnt = sg->len;
328 scb->hscb->datacnt = 0;
768 ahd_le32toh(scb->hscb->datacnt));
H A Daic7xxx_osm.c1508 scb->hscb->datacnt = scb->sg_list->len;
1535 scb->hscb->datacnt = sg->len;
1539 scb->hscb->datacnt = 0;
H A Daic79xx.h449 * The scb is presented to the sequencer with the dataptr and datacnt
455 * first elements address and length preloaded in the dataptr/datacnt
459 * the residual sgptr and datacnt are loaded from the sgptr and the
460 * datacnt fields. After each S/G element's dataptr and length are
462 * each S/G element is expired, its datacnt field is checked to see
498 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
H A Daic7xxx.h416 * The scb is presented to the sequencer with the dataptr and datacnt
422 * first elements address and length preloaded in the dataptr/datacnt
426 * the residual sgptr and datacnt are loaded from the sgptr and the
427 * datacnt fields. After each S/G element's dataptr and length are
429 * each S/G element is expired, its datacnt field is checked to see
452 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb
454 * the datacnt is really the
H A Daic79xx_core.c672 uint32_t datacnt; local
682 * Load datacnt and address.
684 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT);
685 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
691 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
698 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
H A Daic7xxx_core.c563 hscb->datacnt = sg->len;
1537 printf(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
1539 ahc_le32toh(hscb->datacnt),

Completed in 96 milliseconds