/src/sys/dev/ic/ |
aic79xx.c | 589 uint32_t datacnt; local in function:ahd_run_data_fifo 599 * Load datacnt and address. 601 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); 602 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { 608 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); 615 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); 2642 printf(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n", 2645 ahd_le32toh(hscb->datacnt),
|
aic79xx.c | 589 uint32_t datacnt; local in function:ahd_run_data_fifo 599 * Load datacnt and address. 601 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); 602 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { 608 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); 615 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); 2642 printf(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n", 2645 ahd_le32toh(hscb->datacnt),
|
aic79xx.c | 589 uint32_t datacnt; local in function:ahd_run_data_fifo 599 * Load datacnt and address. 601 datacnt = ahd_inl_scbram(ahd, SCB_DATACNT); 602 if ((datacnt & AHD_DMA_LAST_SEG) != 0) { 608 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK); 615 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24); 2642 printf(" dataptr:%#x%x datacnt:%#x sgptr:%#x tag:%#x\n", 2645 ahd_le32toh(hscb->datacnt),
|
aic79xxvar.h | 467 * The scb is presented to the sequencer with the dataptr and datacnt 473 * first elements address and length preloaded in the dataptr/datacnt 477 * the residual sgptr and datacnt are loaded from the sgptr and the 478 * datacnt fields. After each S/G element's dataptr and length are 480 * each S/G element is expired, its datacnt field is checked to see 516 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
|
aic7xxxvar.h | 526 * The scb is presented to the sequencer with the dataptr and datacnt 532 * first elements address and length preloaded in the dataptr/datacnt 536 * the residual sgptr and datacnt are loaded from the sgptr and the 537 * datacnt fields. After each S/G element's dataptr and length are 539 * each S/G element is expired, its datacnt field is checked to see 562 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb 564 * the datacnt is really the
|
aic79xxvar.h | 467 * The scb is presented to the sequencer with the dataptr and datacnt 473 * first elements address and length preloaded in the dataptr/datacnt 477 * the residual sgptr and datacnt are loaded from the sgptr and the 478 * datacnt fields. After each S/G element's dataptr and length are 480 * each S/G element is expired, its datacnt field is checked to see 516 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
|
aic7xxxvar.h | 526 * The scb is presented to the sequencer with the dataptr and datacnt 532 * first elements address and length preloaded in the dataptr/datacnt 536 * the residual sgptr and datacnt are loaded from the sgptr and the 537 * datacnt fields. After each S/G element's dataptr and length are 539 * each S/G element is expired, its datacnt field is checked to see 562 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb 564 * the datacnt is really the
|
aic79xxvar.h | 467 * The scb is presented to the sequencer with the dataptr and datacnt 473 * first elements address and length preloaded in the dataptr/datacnt 477 * the residual sgptr and datacnt are loaded from the sgptr and the 478 * datacnt fields. After each S/G element's dataptr and length are 480 * each S/G element is expired, its datacnt field is checked to see 516 /*32*/ uint32_t datacnt; /* Byte 3 is spare. */ member in struct:hardware_scb
|
aic7xxxvar.h | 526 * The scb is presented to the sequencer with the dataptr and datacnt 532 * first elements address and length preloaded in the dataptr/datacnt 536 * the residual sgptr and datacnt are loaded from the sgptr and the 537 * datacnt fields. After each S/G element's dataptr and length are 539 * each S/G element is expired, its datacnt field is checked to see 562 /*16*/ uint32_t datacnt; /* member in struct:hardware_scb 564 * the datacnt is really the
|