Home
last modified time | relevance | path

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

/src/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.h471 /*16*/ uint32_t datacnt; /* member
H A Daic79xx.h514 /*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()
H A Daic7xxx.c567 hscb->datacnt = sg->len; in ahc_handle_seqint()
1541 aic_le32toh(hscb->datacnt), in ahc_print_scb()