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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx_inline.h468 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
478 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
482 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
H A Daic79xx_inline.h787 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
788 ahd->qinfifonext++;
817 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
H A Daic7xxx.c4761 ahc->qinfifonext = 0;
4765 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
4766 ahc_outb(ahc, SNSCB_QOFF, ahc->qinfifonext);
4769 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
4770 ahc_outb(ahc, QINPOS, ahc->qinfifonext);
5392 prev_pos = ahc->qinfifonext - 1;
5398 ahc_outb(ahc, HNSCB_QOFF, ahc->qinfifonext);
5400 ahc_outb(ahc, KERNEL_QINPOS, ahc->qinfifonext);
5415 ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
5431 diff = ahc->qinfifonext
[all...]
H A Daic79xx.c6751 ahd->qinfifonext = 0;
6836 ahd->qinfifonext = 0;
6837 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
7348 prev_pos = AHD_QIN_WRAP(ahd->qinfifonext - 1);
7353 ahd_set_hnscb_qoff(ahd, ahd->qinfifonext);
7371 ahd->qinfifo[AHD_QIN_WRAP(ahd->qinfifonext)] = SCB_GET_TAG(scb);
7372 ahd->qinfifonext++;
7387 wrap_qinfifonext = AHD_QIN_WRAP(ahd->qinfifonext);
7472 qintail = AHD_QIN_WRAP(ahd->qinfifonext);
7479 printf("qinstart = %d qinfifonext
[all...]
H A Daic79xx.h1202 uint16_t qinfifonext; member in struct:ahd_softc
H A Daic7xxx.h1040 uint8_t qinfifonext; member in struct:ahc_softc

Completed in 178 milliseconds