Home
last modified time | relevance | path

Searched refs:qoutpos (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic7xxx.c6431 uint8_t qoutpos; in ahc_dump_card_state() local
6520 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()
6522 while (ahc->qoutfifo[qoutpos] != SCB_LIST_NULL && i++ < 256) { in ahc_dump_card_state()
6523 printf("%d ", ahc->qoutfifo[qoutpos]); in ahc_dump_card_state()
6524 qoutpos++; in ahc_dump_card_state()