Searched refs:datacnt (Results 1 – 5 of 5) sorted by relevance
299 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()
1030 scb->hscb->datacnt = scb->sg_list->len; in ahc_execute_scb() 1034 scb->hscb->datacnt = 0; in ahc_execute_scb()
435 * The scb is presented to the sequencer with the dataptr and datacnt441 * first elements address and length preloaded in the dataptr/datacnt445 * the residual sgptr and datacnt are loaded from the sgptr and the446 * datacnt fields. After each S/G element's dataptr and length are448 * each S/G element is expired, its datacnt field is checked to see471 /*16*/ uint32_t datacnt; /* member 473 * the datacnt is really the
465 * The scb is presented to the sequencer with the dataptr and datacnt471 * first elements address and length preloaded in the dataptr/datacnt475 * the residual sgptr and datacnt are loaded from the sgptr and the476 * datacnt fields. After each S/G element's dataptr and length are478 * each S/G element is expired, its datacnt field is checked to see514 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member
616 uint32_t datacnt; in ahd_run_data_fifo() local628 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()