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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h299 scb->hscb->datacnt = sg->len;
314 scb->hscb->datacnt = sg->len;
330 scb->hscb->datacnt = 0;
813 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.h465 * The scb is presented to the sequencer with the dataptr and datacnt
471 * first elements address and length preloaded in the dataptr/datacnt
475 * the residual sgptr and datacnt are loaded from the sgptr and the
476 * datacnt fields. After each S/G element's dataptr and length are
478 * each S/G element is expired, its datacnt field is checked to see
514 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
H A Daic7xxx.h435 * The scb is presented to the sequencer with the dataptr and datacnt
441 * first elements address and length preloaded in the dataptr/datacnt
445 * the residual sgptr and datacnt are loaded from the sgptr and the
446 * datacnt fields. After each S/G element's dataptr and length are
448 * each S/G element is expired, its datacnt field is checked to see
471 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb
473 * the datacnt is really the
H A Daic79xx.c625 uint32_t datacnt; local
635 * Load datacnt and address.
637 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT);
638 if ((datacnt & AHD_DMA_LAST_SEG) != 0) {
644 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
651 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
2762 printf(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n",
2765 aic_le32toh(hscb->datacnt),
H A Daic7xxx.c574 hscb->datacnt = sg->len;
1551 printf(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
1553 aic_le32toh(hscb->datacnt),

Completed in 271 milliseconds