Home
last modified time | relevance | path

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

/trueos/sys/dev/aic7xxx/
HDaic79xx_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()
HDaic7xxx_osm.c1036 scb->hscb->datacnt = scb->sg_list->len; in ahc_execute_scb()
1040 scb->hscb->datacnt = 0; in ahc_execute_scb()
HDaic7xxx.h471 /*16*/ uint32_t datacnt; /* member
HDaic79xx.h514 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member
HDaic79xx.c625 uint32_t datacnt; in ahd_run_data_fifo() local
637 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); in ahd_run_data_fifo()
638 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo()
644 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo()
651 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); in ahd_run_data_fifo()
2765 aic_le32toh(hscb->datacnt), in ahd_print_scb()
HDaic7xxx.c574 hscb->datacnt = sg->len; in ahc_handle_seqint()
1553 aic_le32toh(hscb->datacnt), in ahc_print_scb()