Lines Matching refs:qoutfifonext
707 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues()
709 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues()
889 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo()
891 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo()
892 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo()
902 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo()
909 ahc->qoutfifonext++; in ahc_run_qoutfifo()
916 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo()
5196 ahc->qoutfifonext = 0; in ahc_chip_init()
5205 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init()
7269 qoutpos = ahc->qoutfifonext; in ahc_dump_card_state()