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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h301 scb->hscb->datacnt = sg->len;
316 scb->hscb->datacnt = sg->len;
332 scb->hscb->datacnt = 0;
815 aic_le32toh(scb->hscb->datacnt));
H A Daic7xxx_osm.c1036 scb->hscb->datacnt = scb->sg_list->len;
1040 scb->hscb->datacnt = 0;
H A Daic79xx.h467 * The scb is presented to the sequencer with the dataptr and datacnt
473 * first elements address and length preloaded in the dataptr/datacnt
477 * the residual sgptr and datacnt are loaded from the sgptr and the
478 * datacnt fields. After each S/G element's dataptr and length are
480 * each S/G element is expired, its datacnt field is checked to see
516 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
H A Daic7xxx.h437 * The scb is presented to the sequencer with the dataptr and datacnt
443 * first elements address and length preloaded in the dataptr/datacnt
447 * the residual sgptr and datacnt are loaded from the sgptr and the
448 * datacnt fields. After each S/G element's dataptr and length are
450 * each S/G element is expired, its datacnt field is checked to see
473 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb
475 * the datacnt is really the
H A Daic79xx.c627 uint32_t datacnt; local
637 * Load datacnt and address.
639 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT);
640 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
646 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
653 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
2760 printf(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n",
2763 aic_le32toh(hscb->datacnt),
H A Daic7xxx.c576 hscb->datacnt = sg->len;
1553 printf(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
1555 aic_le32toh(hscb->datacnt),

Completed in 92 milliseconds