Home | History | Annotate | Download | only in ic

Lines Matching defs:qinstart

5294 	uint8_t qinstart;
5306 qinstart = ahc_inb(ahc, SNSCB_QOFF);
5307 ahc_outb(ahc, SNSCB_QOFF, qinstart);
5309 qinstart = ahc_inb(ahc, QINPOS);
5310 qinpos = qinstart;
5382 && (qinstart != ahc->qinfifonext)) {
5395 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinstart]);
5398 printf("found = %d, qinstart = %d, qinfifionext = %d\n",
5399 found, qinstart, ahc->qinfifonext);
5412 ahc->qinfifo[qinstart] = scb->hscb->tag;