Lines Matching defs:qinpos
4825 ahc_outb(ahc, QINPOS, 0);
5275 uint8_t qinpos;
5279 qinpos = ahc_inb(ahc, SNSCB_QOFF);
5280 ahc_outb(ahc, SNSCB_QOFF, qinpos);
5282 qinpos = ahc_inb(ahc, QINPOS);
5283 diff = ahc->qinfifonext - qinpos;
5295 uint8_t qinpos;
5309 qinstart = ahc_inb(ahc, QINPOS);
5310 qinpos = qinstart;
5326 ahc->qinfifonext = qinpos;
5329 while (qinpos != qintail) {
5330 scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
5332 qinpos = %d, SCB index = %d\n",
5333 qinpos, ahc->qinfifo[qinpos]);
5371 qinpos++;
6609 uint8_t qinpos;
6667 qinpos = ahc_inb(ahc, SNSCB_QOFF);
6668 ahc_outb(ahc, SNSCB_QOFF, qinpos);
6670 qinpos = ahc_inb(ahc, QINPOS);
6672 while (qinpos != qintail) {
6673 printf("%d ", ahc->qinfifo[qinpos]);
6674 qinpos++;