Searched refs:qoutfifonext (Results 1 – 4 of 4) sorted by relevance
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()[all …]
998 uint8_t qoutfifonext; member
1145 uint16_t qoutfifonext; member
929 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues()931 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues()1677 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo()1688 ahd->qoutfifonext); in ahd_run_qoutfifo()1696 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo()1697 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo()7485 ahd->qoutfifonext = 0; in ahd_chip_init()