Searched refs:qinfifonext (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c626 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
636 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
640 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
5151 ahc->qinfifonext = 0;
5155 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
5156 ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
5159 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
5160 ahc_outb(ahc, QINPOS, ahc->qinfifonext);
5754 prev_pos = ahc->qinfifonext - 1;
5760 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
[all...]
H A Daic7xxx.h992 uint8_t qinfifonext; member in struct:ahc_softc
H A Daic79xx_core.c852 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
853 ahd->qinfifonext++;
882 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
7410 ahd->qinfifonext = 0;
7495 ahd->qinfifonext = 0;
7496 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
8012 prev_pos = AHD_QIN_WRAP(ahd->qinfifonext - 1);
8017 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
8035 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
8036 ahd->qinfifonext
[all...]
H A Daic79xx.h1141 uint16_t qinfifonext; member in struct:ahd_softc

Completed in 1076 milliseconds