Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h419 * The scb is presented to the sequencer with the dataptr and datacnt
425 * first elements address and length preloaded in the dataptr/datacnt
429 * the residual sgptr and datacnt are loaded from the sgptr and the
430 * datacnt fields. After each S/G element's dataptr and length are
432 * each S/G element is expired, its datacnt field is checked to see
455 /*16*/ uint32_t datacnt; /* member
457 * the datacnt is really the
H A Daic79xx.h452 * The scb is presented to the sequencer with the dataptr and datacnt
458 * first elements address and length preloaded in the dataptr/datacnt
462 * the residual sgptr and datacnt are loaded from the sgptr and the
463 * datacnt fields. After each S/G element's dataptr and length are
465 * each S/G element is expired, its datacnt field is checked to see
501 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member
H A Daic79xx_core.c461 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb()
476 scb->hscb->datacnt = sg->len; in ahd_setup_data_scb()
492 scb->hscb->datacnt = 0; in ahd_setup_noxfer_scb()
878 ahd_le32toh(scb->hscb->datacnt)); in ahd_queue_scb()
1430 uint32_t datacnt; in ahd_run_data_fifo() local
1440 * Load datacnt and address. in ahd_run_data_fifo()
1442 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); in ahd_run_data_fifo()
1443 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { in ahd_run_data_fifo()
1449 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); in ahd_run_data_fifo()
1456 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 2 in ahd_run_data_fifo()
[all...]
H A Daic7xxx_core.c1133 hscb->datacnt = sg->len; in ahc_handle_seqint()
2092 printk(" dataptr:%#x datacnt:%#x sgptr:%#x tag:%#x\n",
2094 ahc_le32toh(hscb->datacnt),