Home
last modified time | relevance | path

Searched refs:datacnt (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_inline.h299 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb()
314 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb()
330 scb->hscb->datacnt = 0; in ahd_setup_noxfer_scb()
813 aic_le32toh(scb->hscb->datacnt)); in ahd_queue_scb()
H A Daic7xxx_osm.c1030 scb->hscb->datacnt = scb->sg_list->len; in ahc_execute_scb()
1034 scb->hscb->datacnt = 0; in ahc_execute_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
473 * the datacnt is really the
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
H A Daic79xx.c616 uint32_t datacnt; in ahd_run_data_fifo() local
628 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); in ahd_run_data_fifo()
629 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo()
635 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo()
642 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); in ahd_run_data_fifo()
2736 aic_le32toh(hscb->datacnt), in ahd_print_scb()